mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 19:49:15 +00:00
interface tweaks, add info/question/exclamation pics
This commit is contained in:
31
tt-rss.css
31
tt-rss.css
@@ -229,12 +229,15 @@ input.editbox {
|
||||
display : none;
|
||||
float : right;
|
||||
font-size : 9pt;
|
||||
text-align : center;
|
||||
z-index : 999;
|
||||
-moz-border-radius : 2px;
|
||||
padding : 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
#notify img {
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
.notify {
|
||||
border-color : #d7c47a;
|
||||
background-color : #fff7d5;
|
||||
@@ -566,20 +569,28 @@ div.prefsTabSelected {
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
div.warning {
|
||||
background : #fff7d5;
|
||||
border : 1px solid #d7c47a;
|
||||
div.notice {
|
||||
background : #ffffff;
|
||||
border : 1px solid #88b0f0;
|
||||
width : 50%;
|
||||
padding : 5px;
|
||||
margin : 0px 0px 5px 0px;
|
||||
font-size : 9pt;
|
||||
}
|
||||
|
||||
div.notice {
|
||||
background : #ffffff;
|
||||
border : 1px solid #88b0f0;
|
||||
div.warning {
|
||||
background : #fff7d5;
|
||||
border : 1px solid #d7c47a;
|
||||
font-size : 9pt;
|
||||
width : 50%;
|
||||
padding : 5px;
|
||||
margin : 0px 0px 5px 0px;
|
||||
font-size : 9pt;
|
||||
}
|
||||
|
||||
|
||||
div.warning img, div.notice img {
|
||||
vertical-align : middle;
|
||||
padding : 5px;
|
||||
}
|
||||
|
||||
div.error {
|
||||
@@ -1468,3 +1479,7 @@ ul.headlineDropdownMenu ul li:hover {
|
||||
cursor : pointer;
|
||||
display : none;
|
||||
}
|
||||
|
||||
a.helpLinkPic {
|
||||
float : right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user