diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-06-20 17:43:22 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-06-20 17:43:22 -0700 |
commit | e468ed7bd3f1e29b267e3902ef9c91273787d58f (patch) | |
tree | 9fa936b41247cc0f0e271040553cda3c4cdb1f72 | |
parent | 48af5e6b5039839f93345bef92e1acf7952c50a1 (diff) |
Add a margin above the "Select photos..." button.
-rw-r--r-- | themes/wind/css/screen.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 1e55a967..bc9f3e59 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -319,6 +319,12 @@ td { background-color: #fff; } +/* Add dialog ~~~~~~~~~~~~~~~~~~~~~~~~ */ + +#g-add-photos-button { + margin-top: 6px !important; +} + /** ******************************************************************* * 5) Navigation and menus *********************************************************************/ |