-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
44 lines (38 loc) · 808 Bytes
/
style.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* toolbar */
#main-toolbar {
z-index: -1;
width: 100%;
height: 30px;
padding: 3px 5px;
}
#main-toolbar .buttons {
text-align: right;
}
#main-toolbar .buttons > a {
display: inline-block !important;
margin-top: 0 !important;
}
/* sidebar */
.main-view .sidebar {
overflow: hidden;
}
/* content */
.main-view .content {
top: 30px;
right: 0;
}
/*---------------------------------------------------------------------------*/
/* TABS */
/* https://github.com/albertxing/brackets-tabs */
/*---------------------------------------------------------------------------*/
/* toolbar */
.content.tabs + #main-toolbar {
width: auto;
height: 31px;
background: #404040;
box-shadow: 0 -2px 0 #333 inset;
}
/* content */
.main-view .content.tabs {
top: 0;
}