Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 6bcd3dc

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into pr/1555
2 parents 366a978 + 1939e5d commit 6bcd3dc

24 files changed

+854
-1020
lines changed

css/obBase.css

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ form {
272272
#sideBar {
273273
position: fixed;
274274
right: -183px;
275-
top: 68px;
275+
top: 78px;
276276
width:230px;
277277
background-color: #252525;
278278
border-left: 0;
@@ -1086,7 +1086,7 @@ label.fieldItem {
10861086
}
10871087

10881088
.modal.modal-navOffset {
1089-
top: 68px;
1089+
top: 78px;
10901090
}
10911091

10921092
.modalHolder {
@@ -1487,17 +1487,17 @@ h5 {
14871487
.modal-opaque {
14881488
background-color: rgba(6, 55, 83, 0.80);
14891489
box-shadow: inset 0px -70px 112px -62px rgba(37,37,37,.9);
1490-
top: 68px;;
1490+
top: 78px;;
14911491
}
14921492
14931493
.modal-opaqueDark {
14941494
background-color: rgba(25,25,25,0.9);
14951495
box-shadow: inset 0px -70px 112px -62px rgba(37,37,37,.9);
1496-
top: 68px;
1496+
top: 78px;
14971497
}
14981498
14991499
.modal-opaque.modal-navBlock {
1500-
background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.2) 68px, rgba(7,65,97,1) 69px);
1500+
background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.2) 78px, rgba(7,65,97,1) 79px);
15011501
top: 0;
15021502
padding-top: 100px;
15031503
}
@@ -1687,7 +1687,8 @@ removed because I don't think we're using the trick to hide the borders any more
16871687
width: 100%;
16881688
}
16891689
1690-
.txtFieldWrapper:before {
1690+
.txtFieldWrapper:before,
1691+
.searchWrapper:before {
16911692
color: #fff;
16921693
font-family: Ionicons;
16931694
font-size: 18px;
@@ -1852,6 +1853,10 @@ input[type="text"].txtField-bar {
18521853
padding: 0 12px;
18531854
}
18541855

1856+
.btn.btn-txt .pill {
1857+
margin-right: -6px;
1858+
}
1859+
18551860
.btn.btn-txtHalf {
18561861
/* button with text */
18571862
padding: 0 16px;
@@ -3274,13 +3279,6 @@ input[type="checkbox"].fieldItem + label span {
32743279
line-height: normal;
32753280
}
32763281

3277-
input[type="checkbox"] + label .togLabelOn,
3278-
input[type="checkbox"].fieldItem + label .togLabelOn,
3279-
input[type="checkbox"] + label .togLabelOff,
3280-
input[type="checkbox"].fieldItem + label .togLabelOff {
3281-
padding: 0 16px;
3282-
}
3283-
32843282
input[type="checkbox"] + label .togLabelOn,
32853283
input[type="checkbox"].fieldItem + label .togLabelOn {
32863284
display: none;
@@ -3442,7 +3440,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
34423440
opacity: 1;
34433441
}
34443442

3445-
.notificationUnreadIndicator {
3443+
.highlightRow {
34463444
position: absolute;
34473445
left: 0;
34483446
top: 0;
@@ -4478,11 +4476,24 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
44784476
background: red;
44794477
}
44804478

4479+
.pill.tabPill {
4480+
position: relative;
4481+
display: inline-block;
4482+
min-width: 0;
4483+
line-height: normal;
4484+
}
4485+
4486+
.pill.tabPill .badge:after {
4487+
right: -12px;
4488+
top: -8px;
4489+
}
4490+
44814491
.selectPill {
44824492
opacity: .75;
44834493
transition: opacity .2s cubic-bezier(0, 0, 0.2, 1);
44844494
width: 156px;
44854495
text-align: right;
4496+
position: relative;
44864497
}
44874498

44884499
.selectPill select {
@@ -4494,7 +4505,8 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
44944505
font-size: 12px;
44954506
margin-left: 10px;
44964507
letter-spacing: .4px;
4497-
padding: 6px;
4508+
line-height: 32px;
4509+
height: 32px;
44984510
width: 148px;
44994511
z-index: 2;
45004512
-webkit-user-select: none;
@@ -4644,7 +4656,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
46444656
padding-top: 20px;
46454657
-webkit-app-region: no-drag;
46464658
position: relative;
4647-
top: 68px;
4659+
top: 78px;
46484660
box-sizing: border-box;
46494661
}
46504662

0 commit comments

Comments
 (0)