Skip to content

Commit a49ab97

Browse files
WEB. Improved additional navigation bar
1 parent 6195a5f commit a49ab97

File tree

1 file changed

+9
-31
lines changed

1 file changed

+9
-31
lines changed

web/css/styles.min.css

Lines changed: 9 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -595,15 +595,6 @@ a {
595595
text-decoration: line-through;
596596
}
597597

598-
.unselectable {
599-
-webkit-touch-callout: none;
600-
-webkit-user-select: none;
601-
-khtml-user-select: none;
602-
-moz-user-select: none;
603-
-ms-user-select: none;
604-
user-select: none;
605-
}
606-
607598
.clearfix:before,
608599
.clearfix:after {
609600
content: '';
@@ -839,8 +830,6 @@ input[type="checkbox"] {
839830
font-size: 12px;
840831
padding: 0;
841832
color: #7f7f7f;
842-
max-height: 95%;
843-
overflow: auto;
844833
}
845834
.notification-container .unseen {
846835
color: #ABABAB;
@@ -851,33 +840,21 @@ input[type="checkbox"] {
851840
border-bottom: 1px solid #555;
852841
padding: 10px 15px 24px;
853842
}
854-
.notification-container li.empty {
855-
padding-top: 50px;
856-
height: 50px;
857-
font-size: 15px;
858-
font-style: italic;
859-
text-align: center;
860-
color: #999;
861-
}
862-
863843
.notification-container .mark-seen {
864-
background: rgba(0, 0, 0, 0) url("/images/sprite.png?1446554103") repeat scroll -426px 165px;
865-
border: 3px solid #454545;
844+
background-color: #abc04b;
845+
border: 2px solid #454545;
846+
border-radius: 10px;
866847
cursor: pointer;
867848
display: none;
868849
float: right;
869-
height:11px;
850+
height: 7px;
870851
margin-right: -5px;
871852
margin-top: 0;
872-
width: 11px;
873-
opacity: 0.5;
874-
border-radius: 10px;
853+
width: 7px;
875854
}
876855
.notification-container .mark-seen:hover {
877856
background-color: #333;
878-
border-color: #333;
879-
880-
opacity: 0.8;
857+
border-color: #abc04b;
881858
}
882859
.notification-container .mark-seen:active {
883860
background-color: #777;
@@ -1151,13 +1128,13 @@ div.l-content > div.l-separator:nth-of-type(4) {
11511128

11521129
.l-sort-toolbar td.toggle-all {
11531130
padding-top: 7px;
1154-
padding-right: 40px;
1131+
padding-right: 20px;
11551132
}
11561133

11571134
.l-sort-toolbar .sort-by {
11581135
cursor: pointer;
11591136
padding-top: 7px;
1160-
padding-right: 40px;
1137+
padding-left: 40px;
11611138
}
11621139
.l-sort-toolbar .sort-by:hover {
11631140
color: #555;
@@ -3122,6 +3099,7 @@ form#vstobjects.suspended {
31223099
.l-sort-toolbar__search-box {
31233100
float: right !important;
31243101
padding-top: 3px;
3102+
padding-right: 0 !important;
31253103
}
31263104
.ui-dialog .ui-dialog-buttonpane button:nth-of-type(2) {
31273105
-background-color: #dfdedd;

0 commit comments

Comments
 (0)