add some shadows, move 2 prefs-related classes to prefs.css

This commit is contained in:
Andrew Dolgov 2014-01-29 09:54:08 +04:00
parent 17fdd4e1f8
commit 8b1e87fa1a
2 changed files with 13 additions and 10 deletions

View File

@ -1,3 +1,14 @@
body#ttrssPrefs {
background-color : #f5f5f5;
}
body#ttrssPrefs #footer, body#ttrssPrefs #header {
background-color : #f5f5f5;
padding-left : 8px;
padding-right : 8px;
}
#header a:hover {
color : black;
}
@ -13,6 +24,7 @@ div#pref-tabs .dijitContentPane {
}
div#pref-tabs {
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
margin : 0px 5px 0px 5px;
}

View File

@ -7,16 +7,6 @@ body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
font-size: 14px;
}
body#ttrssPrefs {
background-color : #ecf4ff;
}
body#ttrssPrefs #footer, body#ttrssPrefs #header {
background-color : #ecf4ff;
padding-left : 8px;
padding-right : 8px;
}
div.postReply {
padding : 0px;
}
@ -797,6 +787,7 @@ div.fatalError textarea {
border-color : #ddd;
overflow : hidden;
background : #f5f5f5;
box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1);
}
#headlines-wrap-inner {