mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
All admin changes requested by Stripy...
git-svn-id: http://piwigo.org/svn/trunk@2564 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -22,9 +22,9 @@ jQuery().ready(function(){ldelim}
|
||||
<li><a href="{$U_FAQ}">{'instructions'|@translate}</a></li>
|
||||
<li><a href="{$U_ADMIN}" title="{'hint_admin'|@translate}">{'admin'|@translate}</a></li>
|
||||
{if isset($pwgmenu)}
|
||||
<li class="external"><a href="{$pwgmenu.WIKI}" onclick="window.open(this.href, '');
|
||||
<li class="external"><a class="external" href="{$pwgmenu.WIKI}" onclick="window.open(this.href, '');
|
||||
return false;">{'WIKI / DOC'|@translate}</a></li>
|
||||
<li class="external"><a href="{$pwgmenu.FORUM}" onclick="window.open(this.href, '');
|
||||
<li class="external"><a class="external" href="{$pwgmenu.FORUM}" onclick="window.open(this.href, '');
|
||||
return false;">{'FORUM'|@translate}</a></li>
|
||||
{/if}
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ TABLE.table2 TR {
|
||||
table.table2 thead td { padding:7px 20px 3px 20px; }
|
||||
table.table2 tr.throw { text-align: center; }
|
||||
table.table2 { margin:0pt auto; }
|
||||
.sort { display:block; padding:8px 5px 0px 1px; }
|
||||
.sort { display:block; padding:8px 5px 0px 1px; clear: right; text-align:left; }
|
||||
|
||||
|
||||
.hour {
|
||||
@@ -409,7 +409,7 @@ FORM.filter FIELDSET P
|
||||
}
|
||||
|
||||
FORM.filter INPUT[type="submit"] {
|
||||
margin-top: 1em;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
FORM.properties UL, FORM#update UL {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 560 B After Width: | Height: | Size: 533 B |
Binary file not shown.
|
Before Width: | Height: | Size: 408 B After Width: | Height: | Size: 432 B |
@@ -2,15 +2,19 @@
|
||||
/* text color */
|
||||
body, h3, dt, h2, .throw, .content, label,
|
||||
input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#666; }
|
||||
INPUT[type="text"], INPUT[type="password"], INPUT[type="button"],
|
||||
INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"], select, textarea {
|
||||
color:#444; background-color: #eee; }
|
||||
INPUT, select, textarea { color:#999; background-color: #444; }
|
||||
INPUT[type="checkbox"], INPUT[type="radio"]
|
||||
{ color:#999; background-color: #eee; }
|
||||
INPUT[type="submit"], INPUT[type="reset"] { border: 2px outset #999; background-color: #444; padding: 1px 15px;
|
||||
-moz-border-radius-bottomleft:6px; -moz-border-radius-topright:6px;}
|
||||
INPUT[type="submit"]:hover, INPUT[type="reset"]:hover, INPUT[type="submit"]:active {
|
||||
border: 2px inset #999; background-color: #444; padding: 1px 15px; }
|
||||
input.rateButton, legend, #theAdminPage h3 { color: #777; }
|
||||
#theAdminPage h2 { color: #333; }
|
||||
.content .infos { color: #3f6; border:0; background-color: transparent;
|
||||
.content .infos { color: #f70; border:0; background-color: transparent;
|
||||
padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; }
|
||||
.content .infos li, .content .errors li { list-style-type:none; }
|
||||
.content .errors { color: #f70; border:0; background-color: transparent;
|
||||
.content .errors { color: #f30; border:0; background-color: transparent;
|
||||
padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; font-weight:bold; }
|
||||
#copyright { color:#777; margin:60px auto 0px 240px; text-align:center;
|
||||
padding-bottom: 15px; }
|
||||
@@ -28,9 +32,9 @@ position:absolute; left:0px; top:0px; z-index: 0;
|
||||
background:transparent url(images/top-left-bg.png) no-repeat scroll left top; }
|
||||
#theHeader { min-height:105px; margin: 0; padding: 0;
|
||||
background:transparent url(images/piwigo_logo_sombre_214x100.png) no-repeat scroll 245px top; }
|
||||
h3, #imageToolBar a:hover, .row1, .content { background-color: #222; }
|
||||
.row2 { background-color:#111; }
|
||||
#content { background: #222 url(images/fillet.png) repeat-x top left; min-height: 466px; }
|
||||
h3, #imageToolBar a:hover, .row2, .content { background-color: #222; }
|
||||
.throw, .row1 { background-color:#111; }
|
||||
#content { background: #222 url(images/fillet.png) repeat-x top left; min-height: 466px; margin-top: 9px; }
|
||||
.content { padding:5px 5px 5px 5px; margin: 0 10px 0 248px; z-index:99; }
|
||||
.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0;
|
||||
text-align:right; background:none; border: 0; }
|
||||
@@ -41,14 +45,16 @@ letter-spacing:2px; margin-right:30px; text-align:right; color: #777;
|
||||
text-transform:none; font-weight:bold; padding-left:20px; width:54%; }
|
||||
.content dl, dd { margin:5px; }
|
||||
.content div.titrePage { height:55px; }
|
||||
.instructions { height:450px; overflow:scroll; padding:0 20px 0; text-align:left; }
|
||||
.instructions { height:450px; overflow:scroll; padding:0 20px 0; text-align:left; margin-bottom: 20px;
|
||||
font-size:14px; line-height:21px; }
|
||||
.instructions { overflow-y:scroll; overflow-x:hidden; }
|
||||
.instructions h3 { text-align: center; margin: 30px 0 0 0; }
|
||||
.throw, td h3 {
|
||||
/* .throw, */ td h3 {
|
||||
background-image: url(images/fillet.png); background-repeat: repeat-x; }
|
||||
/* borders */ /* TODO */
|
||||
fieldset { border: 1px solid #666; }
|
||||
INPUT, SELECT, TEXTAREA { border-left: 2px inset #666; text-indent:4px; }
|
||||
fieldset { border: 1px solid #999; -moz-border-radius-bottomleft:8px; -moz-border-radius-topright:8px;}
|
||||
INPUT, SELECT, TEXTAREA { border: 1px solid #999; text-indent:4px; }
|
||||
input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#111;color: #999; }
|
||||
TEXTAREA { cursor:text; font-family:Univers,Helvetica,Optima,"Bitstream Vera Sans",sans-serif; font-size: 13px; }
|
||||
.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;
|
||||
@@ -75,7 +81,7 @@ a.Piwigo {
|
||||
font-size: 11px; font-weight: normal; letter-spacing: 0;
|
||||
color : #f36; text-decoration: none; border: 0; color: #f36; }
|
||||
* { outline-width: 0; }
|
||||
a { color:#f70; border-color: #FF3363; }
|
||||
a { color:#f70; border-color: #f70; }
|
||||
a:hover { color: #f33; border-color: #FF3363; cursor: pointer; }
|
||||
h2 { display:block; font-size:28px; letter-spacing:-1px;
|
||||
margin:0 20px; height:95px; overflow:hidden; padding:0; position:absolute;
|
||||
@@ -94,17 +100,17 @@ font-family:verdana,arial,helvetica,sans-serif; font-size:8px; line-height:14px;
|
||||
list-style-image:none; padding: 0; position:relative; text-decoration:none;
|
||||
top:-2px; white-space:nowrap; margin: 0 28px 0 0;}
|
||||
.tabsheet li { background:transparent url(images/inactive_tab.png) no-repeat scroll left 0;
|
||||
float:left; margin:0 5px; overflow:hidden; text-align:right; }
|
||||
float:left; margin:0 2px 0 5px; overflow:hidden; text-align:right; }
|
||||
.tabsheet a {
|
||||
background:transparent url(images/inactive_tab2.png) no-repeat scroll right 0px;
|
||||
color:#777; display:block; font-size:11px; text-transform:capitalize; border:0;
|
||||
font-weight:bold; height:18px; overflow:hidden; padding:7px 7px 5px 18px; line-height: 18px;
|
||||
font-weight:bold; height:18px; overflow:hidden; padding:8px 7px 5px 18px; line-height: 18px;
|
||||
text-align:right; text-decoration:none; margin: 0; }
|
||||
.tabsheet li:hover, .tabsheet li.selected_tab {
|
||||
background:transparent url(images/active_tab.png) no-repeat scroll left 0px; }
|
||||
.tabsheet a:hover, .tabsheet li.selected_tab a { color: #F36;
|
||||
background:transparent url(images/active_tab2.png) no-repeat scroll right 0px; }
|
||||
.tabsheet a span { background-color:#222; display:block; font-size:10px; padding:0 5px 0 1px; }
|
||||
.tabsheet a span { background-color:#222; display:block; font-size:10px; margin-right:2px; padding:0 3px 0 1px; }
|
||||
#debug { margin-left:248px; font-size:12px; }
|
||||
/* menubar is on all admin pages => No specific css file */
|
||||
#menubar {
|
||||
@@ -139,4 +145,4 @@ color: #F70; border-bottom: 1px dotted #F70;}
|
||||
/* hacks */
|
||||
html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
|
||||
*+html .bigtext { left: 65px; }
|
||||
*+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-40px; }
|
||||
*+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-40px; }
|
||||
@@ -9,7 +9,7 @@
|
||||
<label>{'Username'|@translate} <input type="text" name="login" maxlength="50" size="20" /></label>
|
||||
<label>{'Password'|@translate} <input type="text" name="password" /></label>
|
||||
<label>{'Email address'|@translate} <input type="text" name="email" /></label>
|
||||
<input class="submit" type="submit" name="submit_add" value="{'Submit'|@translate}" {$TAG_INPUT_ENABLED} />
|
||||
<label> <input class="submit" type="submit" name="submit_add" value="{'Submit'|@translate}" {$TAG_INPUT_ENABLED} /></label>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
@@ -40,7 +40,10 @@
|
||||
{html_options name=direction options=$direction_options selected=$direction_selected}
|
||||
</label>
|
||||
|
||||
<label>
|
||||
|
||||
<input class="submit" type="submit" value="{'Submit'|@translate}" />
|
||||
</label>
|
||||
|
||||
</fieldset>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user