-
Notifications
You must be signed in to change notification settings - Fork 2
/
bbclean.css
29 lines (23 loc) · 959 Bytes
/
bbclean.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
body > .locationPane { margin-top: 0; }
body > .locationPane > .contentPaneWide { margin: 0; }
body > .locationPane > .contentPaneWide > .paneTabs { display: none; }
body > .locationPane #content { padding-top: 4px; border: none; }
body > .locationPane #content > #actionbar { display: none; }
body > .locationPane #content > .container > .contentBox { border: 0 !important; border-top: 0 !important; }
.containerPortal, .portal .container {
padding: 0 5px !important;
}
.appTabs #logo a,
.appTabs #logo a:hover,
.appTabs #logo a:focus { background: none; padding: 0; margin: 5px 10px 0 0; }
#moduleReorderControls { display: none; }
/* Remove ugly banners */
.vtbegenerated { display: none; }
#quick_links_wrap { top: 0 !important; border-radius: 0 0 4px 0 !important; }
.bouncer .brandingImgWrap { display: none; }
.bouncer .tabWrapper-left .brandingImgWrap { display: block; }
#VBMessages {
padding: 0px 15px;
background: white;
color: black;
}