|
|
@ -19,13 +19,13 @@ |
|
|
|
display: none; |
|
|
|
opacity: 0.95; |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
position: relative; |
|
|
|
top: 0px; |
|
|
|
left: 10%; |
|
|
|
left: 0%; |
|
|
|
z-index: 101; |
|
|
|
|
|
|
|
width: 80%; |
|
|
|
min-height: 20px; |
|
|
|
min-height: 0; |
|
|
|
width: 100%; |
|
|
|
|
|
|
|
-webkit-box-sizing: border-box; |
|
|
|
-moz-box-sizing: border-box; |
|
|
@ -33,7 +33,8 @@ |
|
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
margin: 0em; |
|
|
|
padding: 0.75em 1em; |
|
|
|
line-height: 3em; |
|
|
|
padding: 0em 1em; |
|
|
|
|
|
|
|
background-color: #555555; |
|
|
|
|
|
|
@ -73,7 +74,7 @@ a.ui.nag { |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.ui.nag > .icon.close { |
|
|
|
.ui.nag > .close.icon { |
|
|
|
cursor: pointer; |
|
|
|
opacity: 0.4; |
|
|
|
|
|
|
@ -116,8 +117,8 @@ a.ui.nag { |
|
|
|
Static |
|
|
|
---------------*/ |
|
|
|
|
|
|
|
.ui.static.nag { |
|
|
|
position: static; |
|
|
|
.ui.overlay.nag { |
|
|
|
position: absolute; |
|
|
|
display: block; |
|
|
|
} |
|
|
|
|
|
|
@ -133,28 +134,42 @@ a.ui.nag { |
|
|
|
Bottom |
|
|
|
---------------*/ |
|
|
|
|
|
|
|
.ui.nag.bottom { |
|
|
|
.ui.botton.nag { |
|
|
|
-webkit-border-radius: 5px 5px 0px 0px; |
|
|
|
-moz-border-radius: 5px 5px 0px 0px; |
|
|
|
border-radius: 5px 5px 0px 0px; |
|
|
|
} |
|
|
|
.ui.nag.bottom.fixed { |
|
|
|
.ui.fixed.bottom.nags, |
|
|
|
.ui.fixed.bottom.nag { |
|
|
|
top: auto; |
|
|
|
bottom: 0px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------- |
|
|
|
White |
|
|
|
---------------*/ |
|
|
|
|
|
|
|
.ui.nag.white { |
|
|
|
.ui.white.nags .nag, |
|
|
|
.ui.white.nag { |
|
|
|
background-color: #F1F1F1; |
|
|
|
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8); |
|
|
|
color: #ACACAC; |
|
|
|
} |
|
|
|
.ui.nag.white .close, |
|
|
|
.ui.nag.white .title { |
|
|
|
.ui.white.nags .nag .close, |
|
|
|
.ui.white.nags .nag .title, |
|
|
|
.ui.white.nag .close, |
|
|
|
.ui.white.nag .title { |
|
|
|
color: #333333; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/******************************* |
|
|
|
Groups |
|
|
|
*******************************/ |
|
|
|
|
|
|
|
.ui.nags .nag { |
|
|
|
-webkit-border-radius: 0px; |
|
|
|
-moz-border-radius: 0px; |
|
|
|
border-radius: 0px; |
|
|
|
} |