1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

gracube updates, code cleanup

This commit is contained in:
Andrew Dolgov
2006-10-01 10:08:55 +01:00
parent 140eda6c57
commit f407c08674
5 changed files with 323 additions and 302 deletions
+15 -3
View File
@@ -214,9 +214,9 @@ input.editbox {
padding-left : 2px;
}
.notify {
background : #fff7d5;
border : 1px solid #d7c47a;
#notify {
border-width : 1px;
border-style : solid;
top : 10px;
right : 35%;
min-width : 30%;
@@ -230,6 +230,18 @@ input.editbox {
padding : 5px 5px 5px 5px;
}
.notify {
border-color : #d7c47a;
background-color : #fff7d5;
color : black;
}
.notifyError {
background-color : #ffcccc;
border-color : #ff0000;
color : black;
}
#dispSwitch {
font-size : x-small;
text-align : right;