New ergonomic form for search queries.

git-svn-id: http://piwigo.org/svn/trunk@621 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
gweltas
2004-11-25 14:12:33 +00:00
parent a8acded5b0
commit 2c109654aa
7 changed files with 287 additions and 538 deletions
+5 -42
View File
@@ -78,6 +78,10 @@ a.thumbLink:hover { text-decoration:none;}
/* Navigation styles */
.small{
font-size:10px;
}
.titreMenu,.titrePage
{
padding-right: 10px;
@@ -322,10 +326,7 @@ color : #FFF48E;
text-align:center;
font-size:16px;
}
.menuInfoCat {
font-family:sans-serif;
font-size:11px;
}
.totalImages {
text-align:center;
margin-top:5px;
@@ -333,12 +334,6 @@ color : #FFF48E;
font-size:11px;
}
.infoCat {
margin-top:10px;
margin-bottom:10px;
text-align:left;
}
.copyright {
font-size:10px;
text-align:center;
@@ -424,36 +419,4 @@ div.remoteLocal {
/* for debugging purpose */
pre {
text-align:left;
}
.confMenu {
background-color:#444444;
text-align:center;
}
.confMenu a {
padding:2px;
border:1px solid gray;
background-color:#505050;
color:#fff48e;
color:lightgray;
}
.confMenu a:hover {
color:orange;
text-decoration:none;
}
.confMenu a.opened {
background-color:gray;
color:white;
text-decoration:none;
}
.optionTrue {
color:lightgreen;
}
.optionFalse {
color:#ffe1e1;
}