diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-30 07:37:14 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-30 07:37:14 -0700 |
commit | a2108787257739a83708ea5c3bc21bd11e6dad17 (patch) | |
tree | dfa84fb573e7c4285089f6b201b2c1cda9ea2683 /lib | |
parent | 60d35b89929d9029c794f72d6a9c38b676e282f6 (diff) | |
parent | 72672bda39b76dae698805c3e0e6efdbdcf21105 (diff) |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.css | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index eb686bcf..d57e95fc 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -108,12 +108,14 @@ form .g-error { * 3) Positioning and order **********************************************************************/ -.g-right { - float: right; -} - .g-left { float: left; + margin: 1em 1em 1em 0; +} + +.g-right { + float: right; + margin: 1em 0 1em 1em; } .g-first { @@ -136,6 +138,18 @@ form .g-error { } .g-button { + display: inline-block; + margin: 0 4px 0 0; + padding: .2em .4em; +} + +.g-button, +.g-button:hover, +.g-button:active { + cursor: pointer !important; + outline: 0; + text-decoration: none; + -moz-outline-style: none; } .g-progressbar { |