clean admin unused css ...

git-svn-id: http://piwigo.org/svn/trunk@22580 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2013-05-10 04:49:09 +00:00
parent 3e083a5597
commit 567cc715fa
3 changed files with 34 additions and 28 deletions

View file

@ -62,15 +62,13 @@ html, body {
/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */ /* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */ /* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */
#headbranch { width: 233px; height: 240px; margin: 0; padding: 0; h3, .throw, .row1 { background-color: #ddd; }
position:absolute; left:0px; top:0px; z-index: 0;
background:transparent }
h3, .content, .throw, .row1 { background-color: #ddd; }
.row2 { background-color:#eeeeee; } .row2 { background-color:#eeeeee; }
#content { background: #f1f1f1; min-height: 467px;}
.content { #content {
background: #f1f1f1;
border: 1px solid #aaa; border: 1px solid #aaa;
min-height: 467px;
margin-left:217px; margin-left:217px;
margin-top: 7px; margin-top: 7px;
} }
@ -98,7 +96,6 @@ TEXTAREA { cursor:text; font-size: 13px; }
.tagSelected LABEL {color:black;} .tagSelected LABEL {color:black;}
ul.thumbnails input { color:#666; font-size:10px; margin:0; background-color:#bbb; text-align: center;} 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; } .throw { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; }
label { cursor:pointer } label { cursor:pointer }
.categoryLi, .menuLi { background: #ddd } .categoryLi, .menuLi { background: #ddd }
@ -297,7 +294,7 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;}
#pwgMain {padding-left:0} #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-size:12px;
font-weight:bold; font-weight:bold;
letter-spacing:1px; letter-spacing:1px;
@ -311,10 +308,11 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;}
margin-left:0; 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; cursor: pointer;
background-color:#ff7700; background-color: #ff7700;
color:white; color: white;
text-decoration: none;
} }
p.albumTitle img {margin-bottom:-3px;} p.albumTitle img {margin-bottom:-3px;}

View file

@ -147,7 +147,7 @@ $(document).ready(function() {
{if not empty($groups)} {if not empty($groups)}
{foreach from=$groups item=group} {foreach from=$groups item=group}
<p group_id="{$group.ID}" class="grp_action"> <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> </p>
{/foreach} {/foreach}
{/if} {/if}
@ -158,7 +158,7 @@ $(document).ready(function() {
{if not empty($groups)} {if not empty($groups)}
{foreach from=$groups item=group} {foreach from=$groups item=group}
<p group_id="{$group.ID}" class="grp_action"> <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> </p>
{/foreach} {/foreach}
{/if} {/if}

View file

@ -22,9 +22,7 @@ body, h3, dt, .throw, .content, label, LEGEND {
INPUT, select, textarea { color:#999; background-color: #444; } INPUT, select, textarea { color:#999; background-color: #444; }
option[disabled] { background-color: #999; color: #444; } option[disabled] { background-color: #999; color: #444; }
input[type="radio"], input[type="checkbox"] { background-color: transparent; } 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; } h2 { color: #ccc; }
@ -44,17 +42,14 @@ body {
/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */ /* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left: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; } h3, .row2, .content { background-color: #222; }
.throw, .row1 { background-color:#111; } .throw, .row1 { background-color:#111; }
.throw em { font-style: normal; color: #ff3363; } .throw em { font-style: normal; color: #ff3363; }
#content { min-height: 466px; margin-top: 15px; } #content {
border: 1px solid #222;
.content { min-height: 466px;
border: 1px solid #222; margin-top: 15px;
} }
.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0; text-align:center; background:none; border: 0; } .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; } background-image: url(images/fillet.png); background-repeat: repeat-x; }
/* borders */ /* borders */
fieldset { border: 2px solid #333; } 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 { input:focus, select:focus, textarea:focus {
background-color: #444; background-color: #444;
color: #999; 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-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;} #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; } 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; } .buttonLike, input[type="button"], input[type="submit"], input[type="reset"] {
.grp_action A:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { color:#ff3363;
color:#999; border-color: #666; } 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; .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; 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;} position:relative; z-index: 50;}