diff options
author | mistic100 <mistic@piwigo.org> | 2014-09-03 17:33:29 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-09-03 17:33:29 +0000 |
commit | 11ec153855a62aae8cdc93deb95be09afcd0da03 (patch) | |
tree | 2bc88f0084fb5fd4ba0a4084666477f6c5e970fd /admin/themes/clear/theme.css | |
parent | 2125efc8caecf15b722fd6858ae6eb2dbd937d3c (diff) |
feature:2616 move "add files" and "start upload" buttons
git-svn-id: http://piwigo.org/svn/trunk@29393 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear/theme.css')
-rw-r--r-- | admin/themes/clear/theme.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index b2cf68ad2..0c009e6aa 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -305,7 +305,7 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;} font-weight:bold; letter-spacing:1px; border:none; - background-color:#666666; + background-color:#666; color:#fff; padding:2px 5px; -moz-border-radius:5px; @@ -321,6 +321,12 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;} text-decoration: none; } +.buttonLike:disabled, input[type="submit"]:disabled, input[type="button"]:disabled, input[type="reset"]:disabled { + background-color:#999; + color:#eee; + cursor:not-allowed; +} + p.albumTitle img {margin-bottom:-3px;} .groups label>p { |