8000 fixed border-left on first items of tabs · githubcs/baasbox@83668d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 83668d5

Browse files
giastfadergithubcs
authored andcommitted
fixed border-left on first items of tabs
1 parent 7ff3ad3 commit 83668d5

File tree

3 files changed

+13
-34
lines changed

3 files changed

+13
-34
lines changed

public/console/css/baasbox.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
font-family: 'fjalla';
2525
src: url('FjallaOne-Regular.otf') format('opentype');
2626
}
27+
.nav-tabs li.active:first-child a{
28+
border-left:0px;
29+
}
2730

2831
#dbmanager .actions{
2932
margin:7px 0 31px 0;
@@ -34,6 +37,10 @@ p.errors{
3437
font-size:14px;
3538
}
3639

40+
#login .help-inline {
41+
margin-bottom: 12px;
42+
}
43+
3744
p.title {
3845
display: block;
3946
width: 100%;
@@ -144,9 +151,7 @@ div.setting button.upload {
144151
color: #2e2727;
145152
}
146153
.sidebar-nav {
147-
-moz-border-radius: 0;
148-
-webkit-border-radius: 0;
149-
border-radius: 0;
154+
150155
}
151156

152157
.box-header{
@@ -199,9 +204,7 @@ div.setting button.upload {
199204
/*background-color: #7b3d35;*/
200205
/*}*/
201206
.box, .breadcrumb {
202-
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
203-
-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
204-
box-shadow: 0 1px 0 rgba(0,0,0,0.1);
207+
205208
}
206209

207210
.box-header {

public/console/css/bootstrap-classic.css

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3432,9 +3432,6 @@ input[type="submit"].btn.btn-mini {
34323432
padding-bottom: 8px;
34333433
line-height: 18px;
34343434
border: 1px solid transparent;
3435-
-webkit-border-radius: 4px 4px 0 0;
3436-
-moz-border-radius: 4px 4px 0 0;
3437-
border-radius: 4px 4px 0 0;
34383435
}
34393436
.nav-tabs > li > a:hover,
34403437
.nav-tabs > li > a:focus {
@@ -3474,26 +3471,14 @@ input[type="submit"].btn.btn-mini {
34743471
border-bottom: 0;
34753472
}
34763473
.nav-tabs.nav-stacked > li > a {
3477-
border: 1px solid #ddd;
3478-
-webkit-border-radius: 0;
3479-
-moz-border-radius: 0;
3480-
border-radius: 0;
3474+
border-top: 1px solid #ddd;
3475+
border-bottom: 1px solid #ddd;
34813476
}
34823477
.nav-tabs.nav-stacked > li:first-child > a {
3483-
-webkit-border-top-right-radius: 4px;
3484-
-moz-border-radius-topright: 4px;
3485-
border-top-right-radius: 4px;
3486-
-webkit-border-top-left-radius: 4px;
3487-
-moz-border-radius-topleft: 4px;
3488-
border-top-left-radius: 4px;
3478+
34893479
}
34903480
.nav-tabs.nav-stacked > li:last-child > a {
3491-
-webkit-border-bottom-right-radius: 4px;
3492-
-moz-border-radius-bottomright: 4px;
3493-
border-bottom-right-radius: 4px;
3494-
-webkit-border-bottom-left-radius: 4px;
3495-
-moz-border-radius-bottomleft: 4px;
3496-
border-bottom-left-radius: 4px;
3481+
34973482
}
34983483
.nav-tabs.nav-stacked > li > a:hover,
34993484
.nav-tabs.nav-stacked > li > a:focus {
@@ -5245,7 +5230,6 @@ a.badge:focus {
52455230
.navbar .nav > li > a {
52465231
padding: 16px 10px 14px;
52475232
font-family: 'Lato', sans-serif;
5248-
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
52495233
}
52505234
.navbar .search-query {
52515235
border: 1px solid #3f645b;

public/console/css/charisma-app.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -330,18 +330,10 @@ height:0px;
330330

331331
.sidebar-nav{
332332
min-height:0;
333-
box-shadow: 0 0 10px #BDBDBD;
334-
-webkit-box-shadow: 0 0 10px #BDBDBD;
335-
-moz-box-shadow: 0 0 10px #BDBDBD;
336-
border-radius: 5px;
337-
-webkit-border-radius: 5px;
338-
-moz-border-radius: 5px;
339333
margin-bottom: 0;
340334
padding-bottom:0;
341335
}
342336
.sidebar-nav > ul > li:not(.nav-header){
343-
margin-right:-2px;
344-
margin-left:-2px;
345337
}
346338
.brand{
347339
font-family: Arial, serif;

0 commit comments

Comments
 (0)
0