summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2011-11-05 10:52:56 +0000
committerAnika Henke <anika@selfthinker.org>2011-11-05 10:52:56 +0000
commit1811609e717748b047e83bde4d98069b9830aba5 (patch)
tree3d5e219f63cc109da66eab5bacd0173716b4b451
parentc81eb1329d8ce142828486267004f746a785e085 (diff)
downloadrpg-1811609e717748b047e83bde4d98069b9830aba5.tar.gz
rpg-1811609e717748b047e83bde4d98069b9830aba5.tar.bz2
re-added font-size to .ui-widget of jqueryui theme to make programmatical removing of font-family easier
-rw-r--r--lib/scripts/jquery/jquery-ui-theme/smoothness.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/scripts/jquery/jquery-ui-theme/smoothness.css b/lib/scripts/jquery/jquery-ui-theme/smoothness.css
index 44883417d..910d24b95 100644
--- a/lib/scripts/jquery/jquery-ui-theme/smoothness.css
+++ b/lib/scripts/jquery/jquery-ui-theme/smoothness.css
@@ -56,6 +56,7 @@
/* Component containers
----------------------------------*/
+.ui-widget { font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }