mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-27 03:12:21 -05:00
Moving search-form style out of messages css and into style.css
This commit is contained in:
parent
ed0436d21e
commit
8519cc796f
@ -8,11 +8,6 @@
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Search form message needs a little more width, depending on translations */
|
|
||||||
#search-form {
|
|
||||||
width: 420px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.messages a.closeMessage {
|
.messages a.closeMessage {
|
||||||
display: none;
|
display: none;
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -417,6 +417,15 @@ a.add-to-wallabag-link-after:after {
|
|||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
"Search" popup div related styles
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/* Search form message needs a little more width, depending on translations */
|
||||||
|
#search-form {
|
||||||
|
width: 420px;
|
||||||
|
}
|
||||||
|
|
||||||
.opacity03 {
|
.opacity03 {
|
||||||
/*opacity: 0.3;*/
|
/*opacity: 0.3;*/
|
||||||
}
|
}
|
||||||
@ -435,4 +444,4 @@ pre code {
|
|||||||
font-family: "Courier New", Courier, monospace;
|
font-family: "Courier New", Courier, monospace;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
font-size: 0.96em;
|
font-size: 0.96em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user