mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
feature 3139: add details about search on id: in the help
Move CSS outside the help file bug fixed: fallback on en_UK in case of missing help file git-svn-id: http://piwigo.org/svn/trunk@29485 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1242,4 +1242,28 @@ a.group_perm {
|
||||
}
|
||||
.preview-box.icon-search:hover img {
|
||||
opacity:0.5;
|
||||
}
|
||||
}
|
||||
|
||||
/* table in help/quick_search.html */
|
||||
table.qsearch_help_table {
|
||||
border-collapse:collapse;
|
||||
text-align:left;
|
||||
margin:1em;
|
||||
}
|
||||
table.qsearch_help_table q {
|
||||
font-family: Courier, Fixed;
|
||||
font-weight: bold;
|
||||
}
|
||||
table.qsearch_help_table q:before {
|
||||
content: '\'';
|
||||
color: green;
|
||||
}
|
||||
table.qsearch_help_table q:after {
|
||||
content: '\'';
|
||||
color: green;
|
||||
}
|
||||
table.qsearch_help_table td {
|
||||
border: 1px solid #ccc;
|
||||
padding:5px;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user