console/SWSCloudWeb/static/css/style.css
2016-10-01 12:09:52 +03:00

29 lines
530 B
CSS

#logo {
margin-top: 15px;
margin-bottom: 15px;
}
footer {
margin-top: 30px;
}
.top-bar {
background: none repeat scroll 0 0 #371A5B;
}
.top-bar-section ul li {
/*background: none repeat scroll 0% 0% #371A5B;*/
}
.top-bar-section li:not(.has-form) a:not(.button) {
background: none repeat scroll 0 0 #371A5B;
}
.top-bar-section li:hover(.has-form) a:hover(.button) {
/*background: none repeat scroll 0% 0% #371A5B;*/
}
.top-bar-section ul li {
background: none repeat scroll 0% 0% #371A5B;
}