|
|
|
|
@ -26,11 +26,8 @@ body { |
|
|
|
|
#body-login { |
|
|
|
|
text-align: center; |
|
|
|
|
background: #1d2d44; /* Old browsers */ |
|
|
|
|
background: -moz-linear-gradient(top, #35537a 0%, #1d2d44 100%); /* FF3.6+ */ |
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35537a), color-stop(100%,#1d2d44)); /* Chrome,Safari4+ */ |
|
|
|
|
background: -webkit-linear-gradient(top, #35537a 0%,#1d2d44 100%); /* Chrome10+,Safari5.1+ */ |
|
|
|
|
background: -o-linear-gradient(top, #35537a 0%,#1d2d44 100%); /* Opera11.10+ */ |
|
|
|
|
background: -ms-linear-gradient(top, #35537a 0%,#1d2d44 100%); /* IE10+ */ |
|
|
|
|
background: linear-gradient(top, #35537a 0%,#1d2d44 100%); /* W3C */ |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35537a', endColorstr='#1d2d44',GradientType=0 ); /* IE6-9 */ |
|
|
|
|
} |
|
|
|
|
@ -99,8 +96,6 @@ body { |
|
|
|
|
width: 0; |
|
|
|
|
cursor: pointer; |
|
|
|
|
-webkit-transition: all 100ms; |
|
|
|
|
-moz-transition: all 100ms; |
|
|
|
|
-o-transition: all 100ms; |
|
|
|
|
transition: all 100ms; |
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; |
|
|
|
|
opacity: .7; |
|
|
|
|
@ -117,8 +112,6 @@ body { |
|
|
|
|
|
|
|
|
|
/* CONTENT ------------------------------------------------------------------ */ |
|
|
|
|
#controls { |
|
|
|
|
-moz-box-sizing: border-box; |
|
|
|
|
-webkit-box-sizing: border-box; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
position: fixed; |
|
|
|
|
top: 45px; |
|
|
|
|
@ -149,8 +142,6 @@ body { |
|
|
|
|
#controls input[type='text'], |
|
|
|
|
#controls input[type='password'], |
|
|
|
|
#controls select { |
|
|
|
|
-moz-box-sizing: border-box; |
|
|
|
|
-webkit-box-sizing: border-box; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
display: inline-block; |
|
|
|
|
height: 36px; |
|
|
|
|
@ -175,7 +166,6 @@ body { |
|
|
|
|
width: 100%; |
|
|
|
|
overflow-x: hidden; /* prevent horizontal scrollbar */ |
|
|
|
|
padding-top: 45px; |
|
|
|
|
-moz-box-sizing:border-box; |
|
|
|
|
box-sizing:border-box; |
|
|
|
|
} |
|
|
|
|
/* allow horizontal scrollbar for personal and admin settings */ |
|
|
|
|
@ -806,7 +796,7 @@ span.ui-icon {float: left; margin: 3px 7px 30px 0;} |
|
|
|
|
width: 100%; height: 30px; |
|
|
|
|
} |
|
|
|
|
#tagsdialog .bottombuttons * { float:left;} |
|
|
|
|
#tagsdialog .taglist li { background:#f8f8f8; padding:.3em .8em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -webkit-transition:background-color 500ms; -moz-transition:background-color 500ms; -o-transition:background-color 500ms; transition:background-color 500ms; } |
|
|
|
|
#tagsdialog .taglist li { background:#f8f8f8; padding:.3em .8em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -webkit-transition:background-color 500ms; transition:background-color 500ms; } |
|
|
|
|
#tagsdialog .taglist li:hover, #tagsdialog .taglist li:active { background:#eee; } |
|
|
|
|
#tagsdialog .addinput { width: 90%; clear: both; } |
|
|
|
|
|
|
|
|
|
@ -825,9 +815,9 @@ span.ui-icon {float: left; margin: 3px 7px 30px 0;} |
|
|
|
|
.popup .close { position:absolute; top:0.2em; right:0.2em; height:20px; width:20px; background:url('../img/actions/close.svg') no-repeat center; } |
|
|
|
|
.popup h2 { font-size:20px; } |
|
|
|
|
.arrow { border-bottom:10px solid white; border-left:10px solid transparent; border-right:10px solid transparent; display:block; height:0; position:absolute; width:0; z-index:201; } |
|
|
|
|
.arrow.left { left:-13px; bottom:1.2em; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -o-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); } |
|
|
|
|
.arrow.left { left:-13px; bottom:1.2em; -webkit-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); } |
|
|
|
|
.arrow.up { top:-8px; right:6px; } |
|
|
|
|
.arrow.down { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); } |
|
|
|
|
.arrow.down { -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* ---- BREADCRUMB ---- */ |
|
|
|
|
|