aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/roma
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-09-03 17:33:29 +0000
committermistic100 <mistic@piwigo.org>2014-09-03 17:33:29 +0000
commit11ec153855a62aae8cdc93deb95be09afcd0da03 (patch)
tree2bc88f0084fb5fd4ba0a4084666477f6c5e970fd /admin/themes/roma
parent2125efc8caecf15b722fd6858ae6eb2dbd937d3c (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/roma')
-rw-r--r--admin/themes/roma/theme.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index f6065f0be..5100702ce 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -239,6 +239,12 @@ INPUT[type="text"].large { width: 317px; }
text-decoration: none;
}
+.buttonLike:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled {
+ color:#666;
+ border-color:#666;
+ cursor:not-allowed;
+}
+
.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block;
color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;
position:relative; z-index: 50;}