console/SWSCloudWeb/static/css/style.css

30 lines
530 B
CSS
Raw Permalink Normal View History

2015-12-01 02:45:57 +03:00
#logo {
margin-top: 15px;
margin-bottom: 15px;
}
footer {
margin-top: 30px;
}
.top-bar {
2016-10-01 12:09:52 +03:00
background: none repeat scroll 0 0 #371A5B;
2015-12-01 02:45:57 +03:00
}
.top-bar-section ul li {
/*background: none repeat scroll 0% 0% #371A5B;*/
}
.top-bar-section li:not(.has-form) a:not(.button) {
2016-10-01 12:09:52 +03:00
background: none repeat scroll 0 0 #371A5B;
2015-12-01 02:45:57 +03:00
}
.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;
}