summaryrefslogtreecommitdiff
path: root/themes/default
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-02-08 20:45:09 +0000
committerChad Kieffer <chad@2tbsp.com>2009-02-08 20:45:09 +0000
commitcdae043999948a0b1b3989de536f0425268ee98c (patch)
treec03ab15c81a9496f009bd977254a342b9ab9d15c /themes/default
parentb31c79a71f37bcbe221033e1e664d5feb17e0a42 (diff)
Clean up add user and group buttons to move the + icon to the left. The + icon doesn't appear within the button outline with buttons that aren't floated. Will have to debug later.
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/css/screen.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index d1900a7a..cf557cfe 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -682,7 +682,8 @@ form p.gError {
#gSiteMenu:after,
#gBreadcrumbs:after,
#gAlbumGrid:after,
-#gPager:after {
+#gPager:after,
+.gButtonLink:after {
clear: both;
content: ".";
display: block;
@@ -752,6 +753,22 @@ form p.gError {
display: none;
}
+/* jQuery UI ThemeRoller butttons */
+
+.gButtonLink {
+ padding: .1em .6em;
+}
+
+.ui-icon-left .ui-icon {
+ float: left;
+ margin-right: .4em;
+}
+
+.ui-icon-right .ui-icon {
+ float: right;
+ margin-left: .4em;
+}
+
/* STUFF THAT NEEDS A HOME */
#gMove ul {