diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-24 07:28:22 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-24 07:28:22 -0700 |
commit | 0a6b540092f2fda55a864a6beec6df9f5dd1b902 (patch) | |
tree | 8c28b3f26ed37f9f76e8d555c8273670ce87a2b9 /lib | |
parent | 18b402a1e55d9450eee79f2079fc91a8d856e26b (diff) | |
parent | e13f92abab2cef2d58cc4e560e18aa65c138a264 (diff) |
Merge branch 'master' into talmdal_dev
Conflicts:
modules/server_add/helpers/server_add_theme.php
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.css | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index c94a8421..d0d41ecf 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -170,17 +170,28 @@ input[type="reset"] { * 3) Dimension and scale **********************************************************************/ -.g-narrow { +.g-one-quarter { width: 25%; } -.g-wide { - width: 100%; +.g-one-third { + width: 33%; } -form.g-narrow { - padding: 0; - width: 270px; +.g-one-half { + width: 50%; +} + +.g-two-thirds { + width: 66%; +} + +.g-three-quarters { + width: 75%; +} + +.g-whole { + width: 100%; } /** ******************************************************************* @@ -222,6 +233,10 @@ form li.g-warning { padding: .3em .8em .3em 1em; } +.g-short-form li.g-error { + padding: .3em 0 .3em 0; +} + form.g-error input[type="text"], li.g-error input[type="text"], form.g-error input[type="password"], |