11body {
2- padding-top : 50px ;
3- font-size : 13px ;
2+ padding-top : 55px ;
3+ font-size : 14px ;
4+ }
5+
6+ .navbar {
7+ min-height : 32px ;
8+ }
9+
10+ .navbar .navbar-toggle {
11+ padding : 5px 10px ;
12+ }
13+
14+ .navbar .navbar-brand {
15+ font-size : inherit;
16+ height : 55px ;
17+ line-height : 100% ;
18+ }
19+
20+ .navbar-collapse .collapse {
21+ height : 0px !important ;
22+ }
23+
24+ .breadcrumb {
25+ border-radius : 0 ;
26+ }
27+
28+ .breadcrumb .btn {
29+ margin-top : -5px ;
430}
531
632textarea .code {
@@ -21,29 +47,6 @@ textarea.code {
2147 text-align : left;
2248}
2349
24- * {
25- outline : none!important ;
26- }
27-
28- div , span {
29- cursor : default;
30- }
31-
32- a : hover , a : hover * ,
33- a : focus , a : focus * ,
34- a , a * {
35- cursor : pointer;
36- text-decoration : none;
37- }
38-
39- input , select , textarea ,
40- .btn , .input-sm ,
41- .dropdown-menu ,
42- .panel , .panel-heading ,
43- .modal .modal-content {
44- border-radius : 0 !important ;
45- }
46-
4750.bold {
4851 font-weight : bold;
4952}
@@ -65,18 +68,38 @@ input, select, textarea,
6568 display : none;
6669}
6770
71+ .btn-go-back {
72+ margin-top : -5px ;
73+ }
74+
75+ a : hover {
76+ text-decoration : none;
77+ }
78+
79+ .table-modal-condensed {
80+
81+ }
82+
83+ .modal .modal-header {
84+ padding-bottom : 0 ;
85+ }
86+
87+ .modal .breadcrumb {
88+ margin-bottom : 10px ;
89+ }
90+
6891@media (min-width : 768px ) {
6992 .sidebar {
7093 position : fixed;
71- top : 51 px ;
94+ top : 50 px ;
7295 bottom : 0 ;
7396 left : 0 ;
7497 z-index : 1000 ;
7598 display : block;
7699 padding : 5px 0 ;
77100 overflow-x : hidden;
78101 overflow-y : auto;
79- /* Scrollable contents if viewport is shorter than content. */
102+
80103 background-color : # f5f5f5 ;
81104 border-right : 1px solid # eee ;
82105 }
@@ -88,6 +111,12 @@ input, select, textarea,
88111 }
89112}
90113
114+ @media (max-width : 475px ) {
115+ .table .table-files .btn {
116+ display : none;
117+ }
118+ }
119+
91120.nav-sidebar {
92121 margin-right : -21px ;
93122 margin-bottom : 20px ;
@@ -103,7 +132,7 @@ input, select, textarea,
103132.nav-sidebar > .active > a : hover ,
104133.nav-sidebar > .active > a : focus {
105134 color : # fff ;
106- background-color : # 428bca ;
135+ background-color : # 2196F3 ;
107136}
108137
109138.main {
@@ -153,8 +182,8 @@ input, select, textarea,
153182 margin-right : 5px ;
154183}
155184
156- .table-files td {
157- padding : 3px 8px !important ;
185+ .table . table -files td {
186+ /* padding: 3px 8px!important;*/
158187 vertical-align : middle!important ;
159188}
160189
@@ -186,6 +215,7 @@ input, select, textarea,
186215 margin : 0 ;
187216 padding : 0 ;
188217 padding : 10px 0 ;
218+ border : none;
189219}
190220
191221.iconset .thumbnail .item-icon {
0 commit comments