aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2013-05-10 04:49:09 +0000
committerrvelices <rv-github@modusoptimus.com>2013-05-10 04:49:09 +0000
commit567cc715fac8d05eb7ece2f4d95b94bae22e3fcb (patch)
tree0b1b099feaf37bdf25d7323cc8b2838cd5bc4937 /admin
parent3e083a55979d96ee615aedba0fef2f1a7808d03e (diff)
clean admin unused css ...
git-svn-id: http://piwigo.org/svn/trunk@22580 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/clear/theme.css20
-rw-r--r--admin/themes/default/template/group_list.tpl4
-rw-r--r--admin/themes/roma/theme.css38
3 files changed, 34 insertions, 28 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index 8577c90d6..61b7b56a9 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -62,15 +62,13 @@ html, body {
/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */
-#headbranch { width: 233px; height: 240px; margin: 0; padding: 0;
-position:absolute; left:0px; top:0px; z-index: 0;
-background:transparent }
-h3, .content, .throw, .row1 { background-color: #ddd; }
+h3, .throw, .row1 { background-color: #ddd; }
.row2 { background-color:#eeeeee; }
-#content { background: #f1f1f1; min-height: 467px;}
-.content {
+#content {
+ background: #f1f1f1;
border: 1px solid #aaa;
+ min-height: 467px;
margin-left:217px;
margin-top: 7px;
}
@@ -98,7 +96,6 @@ TEXTAREA { cursor:text; font-size: 13px; }
.tagSelected LABEL {color:black;}
ul.thumbnails input { color:#666; font-size:10px; margin:0; background-color:#bbb; text-align: center;}
-INPUT.bigbutton:hover { background-color: #ddd; color:#0cc; border: 0; }
.throw { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; }
label { cursor:pointer }
.categoryLi, .menuLi { background: #ddd }
@@ -297,7 +294,7 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;}
#pwgMain {padding-left:0}
-.grp_action A, input[type="submit"], input[type="button"], input[type="reset"], a.bigButton {
+.buttonLike, input[type="submit"], input[type="button"], input[type="reset"] {
font-size:12px;
font-weight:bold;
letter-spacing:1px;
@@ -311,10 +308,11 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;}
margin-left:0;
}
-.grp_action A:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover {
+.buttonLike:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
cursor: pointer;
- background-color:#ff7700;
- color:white;
+ background-color: #ff7700;
+ color: white;
+ text-decoration: none;
}
p.albumTitle img {margin-bottom:-3px;} \ No newline at end of file
diff --git a/admin/themes/default/template/group_list.tpl b/admin/themes/default/template/group_list.tpl
index 44c1437c9..4648a44ff 100644
--- a/admin/themes/default/template/group_list.tpl
+++ b/admin/themes/default/template/group_list.tpl
@@ -147,7 +147,7 @@ $(document).ready(function() {
{if not empty($groups)}
{foreach from=$groups item=group}
<p group_id="{$group.ID}" class="grp_action">
- {$group.NAME} > {if $group.NB_MEMBERS!=0}<a href="{$group.U_MEMBERS}" title="{'Manage the members'|@translate}">{'Manage the members'|@translate}</a>{else}{'No members to manage'|@translate}{/if}
+ {$group.NAME} > {if $group.NB_MEMBERS!=0}<a class="buttonLike" href="{$group.U_MEMBERS}" title="{'Manage the members'|@translate}">{'Manage the members'|@translate}</a>{else}{'No members to manage'|@translate}{/if}
</p>
{/foreach}
{/if}
@@ -158,7 +158,7 @@ $(document).ready(function() {
{if not empty($groups)}
{foreach from=$groups item=group}
<p group_id="{$group.ID}" class="grp_action">
- {$group.NAME} > <a href="{$group.U_PERM}" title="{'Permissions'|@translate}">{'Manage Permissions'|@translate}</a>
+ {$group.NAME} > <a class="buttonLike" href="{$group.U_PERM}" title="{'Permissions'|@translate}">{'Manage Permissions'|@translate}</a>
</p>
{/foreach}
{/if}
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index 12524480c..ac42ca1fa 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -22,9 +22,7 @@ body, h3, dt, .throw, .content, label, LEGEND {
INPUT, select, textarea { color:#999; background-color: #444; }
option[disabled] { background-color: #999; color: #444; }
input[type="radio"], input[type="checkbox"] { background-color: transparent; }
-/* INPUT[type="checkbox"], INPUT[type="radio"]
-{ color:#999; background-color: #eee; } */
-.grp_action A, INPUT[type="submit"], INPUT[type="reset"] { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; }
+
h2 { color: #ccc; }
@@ -44,17 +42,14 @@ body {
/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */
-#headbranch { width: 233px; height: 240px; margin: 0; padding: 0;
-position:absolute; left:0px; top:0px; z-index: 0;
-}
h3, .row2, .content { background-color: #222; }
.throw, .row1 { background-color:#111; }
.throw em { font-style: normal; color: #ff3363; }
-#content { min-height: 466px; margin-top: 15px; }
-
-.content {
- border: 1px solid #222;
+#content {
+ border: 1px solid #222;
+ min-height: 466px;
+ margin-top: 15px;
}
.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0; text-align:center; background:none; border: 0; }
@@ -73,7 +68,10 @@ UL.thumbnails span.wrap2 {
background-image: url(images/fillet.png); background-repeat: repeat-x; }
/* borders */
fieldset { border: 2px solid #333; }
-.grp_action A, INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
+
+.buttonLike, INPUT, SELECT, TEXTAREA {
+ border: 1px solid #666;
+}
input:focus, select:focus, textarea:focus {
background-color: #444;
color: #999;
@@ -211,10 +209,20 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
#ui-datepicker-div .ui-datepicker-current-day { background-color: #111 !important; border-color: #444; border-top-color: #111; border-left-color: #111;}
#ui-datepicker-div .ui-datepicker-days-cell { background-color:#444; border:1px solid #222; border-top-color: #444; border-left-color: #444;}
INPUT[type="text"].large { width: 317px; }
-.grp_action A, input[type="button"], input[type="submit"], input[type="reset"] {
-color:#ff3363; background-color:#222; border-color: #ff3363; }
-.grp_action A:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
-color:#999; border-color: #666; }
+
+.buttonLike, input[type="button"], input[type="submit"], input[type="reset"] {
+ color:#ff3363;
+ background-color:#222;
+ border-color: #ff3363;
+ padding: 1px 15px;
+}
+
+.buttonLike:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
+ color:#999;
+ border-color: #666;
+ text-decoration: none;
+}
+
.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;}