Skip to content

Commit 478a678

Browse files
authored
Merge pull request #20 from filhocf/master
Adjust for "Settings" taskbar option. Closes #18
2 parents f1f2c28 + 2469728 commit 478a678

File tree

1 file changed

+7
-39
lines changed

1 file changed

+7
-39
lines changed

styles.css

Lines changed: 7 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ body {
3737
font-family: "RobotoDraft","Roboto",sans-serif;
3838
}
3939

40-
/**::before, *::after {
41-
box-sizing: border-box;
42-
}*/
43-
4440
#header {
4541
min-height:115px;
4642
background:#fff;
@@ -50,27 +46,6 @@ box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.12);
5046

5147
#logo, #toplogo {display:none;}
5248

53-
#taskbar a.button-settings {
54-
display: inline-block;
55-
font: normal normal normal 14px/1 FontAwesome;
56-
font-feature-settings: normal;
57-
font-kerning: auto;
58-
font-language-override: normal;
59-
font-size: inherit;
60-
font-size-adjust: none;
61-
font-stretch: normal;
62-
font-style: normal;
63-
font-synthesis: weight style;
64-
font-variant: normal;
65-
font-weight: normal;
66-
line-height: 3;
67-
text-rendering: auto;
68-
}
69-
70-
#taskbar a.button-settings:before {
71-
content: "\f085";
72-
}
73-
7449
#login-form .box-inner {
7550
background:#666 url("/skins/mabola/images/logo-medium-mabola.png") no-repeat scroll center 14px;
7651
border: 0px solid #333;
@@ -152,11 +127,6 @@ box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.12);
152127
top: 42px;
153128
}
154129

155-
/*
156-
#mainscreen {
157-
background-color: #fff;
158-
}
159-
*/
160130
#topline a.button-logout {
161131
color: #fff;
162132
background:rgba(0, 0, 0, 0) url("images/buttons.png") no-repeat scroll -6px -193px;
@@ -220,11 +190,9 @@ color:#fff;
220190
padding-right: 18px;
221191
padding-top: 14px;
222192
position: relative;
193+
line-height: 3;
223194
}
224195

225-
#taskbar a.button-settings span.button-inner,
226-
.button-settings .button-inner {display:none;}
227-
228196
.minimal #taskbar a span.button-inner,
229197
#taskbar a span.button-inner {
230198
background: rgba(0, 0, 0, 0) none no-repeat scroll -1000px 0 !important;
@@ -395,7 +363,7 @@ a.menuselector {
395363
border-bottom: 1px solid #b2b2b2;
396364
border-top: medium none;
397365
border-left: medium none;
398-
border-right: medium none;
366+
border-right: medium none;
399367
border-radius: 0;
400368
color: #333;
401369
cursor: pointer;
@@ -634,11 +602,11 @@ ul.toolbarmenu li a.icon {
634602
.googie_list td.googie_list_onhover, ul.toolbarmenu li a.active:hover, ul.toolbarmenu li a.active:focus, #rcmKSearchpane ul li.selected, #pagejump-selector ul li.selected, select.decorated option:hover, select.decorated option[selected="selected"] {
635603
background: #eee none repeat scroll 0 0;
636604
outline: 0 none;
637-
text-shadow: none;
605+
text-shadow: none;
638606
}
639607

640608
.popmenu a {
641-
text-shadow: none !important;
609+
text-shadow: none !important;
642610
color: #222;
643611
}
644612

@@ -703,7 +671,7 @@ ul.proplist li, table.propform td {
703671
height: 40px;
704672
min-width: 40px;
705673
width: 40px;
706-
674+
707675
border-radius: 50%;
708676
box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
709677
font-size: 24px;
@@ -879,7 +847,7 @@ a.button span.icon, .boxpagenav a.icon, .pagenav a.button span.inner {
879847
font-weight: bold;
880848
color: #2B3240;
881849
text-shadow: 0 0 0 transparent;
882-
850+
883851
border: medium none;
884852
/*
885853
border: 1px solid #E5E5E5;
@@ -888,7 +856,7 @@ a.button span.icon, .boxpagenav a.icon, .pagenav a.button span.inner {
888856
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
889857
text-transform: uppercase;
890858
transition: all 0.4s ease 0s;
891-
859+
892860
background: #ffffff;
893861
/* background: -moz-linear-gradient(top, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.9) 100%);
894862
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,64,64,0.85)), color-stop(100%,rgba(48,48,48,0.9)));

0 commit comments

Comments
 (0)