From 8e8e24b202d3550efb616e86e6e346219dde8470 Mon Sep 17 00:00:00 2001 From: Vokhmin Alexey V Date: Mon, 25 Feb 2013 19:57:22 +0400 Subject: [PATCH] #757: update "font-size" for header of help dialog --- app/assets/stylesheets/design/custom.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/design/custom.scss b/app/assets/stylesheets/design/custom.scss index ff4897c6a..50cc99594 100644 --- a/app/assets/stylesheets/design/custom.scss +++ b/app/assets/stylesheets/design/custom.scss @@ -1832,4 +1832,7 @@ table#myTable thead tr.search th form.button_to div input { font-size: 12px; text-align: left; p { margin: 0; } +} +#ui-dialog-title-extra-repos-and-build-lists-dialog { + font-size: 14px; } \ No newline at end of file