1049 lines
18 KiB
CSS
1049 lines
18 KiB
CSS
@CHARSET "UTF-8";
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
font: 12px/14px Arial, Helvetica, sans-serif;
|
|
color: #666;
|
|
text-align: left;
|
|
background: #f7f7f7 url(../images/background.gif) repeat-x;
|
|
}
|
|
|
|
/* Styles */
|
|
|
|
a {
|
|
color: #0088cc;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a img {
|
|
border: none;
|
|
}
|
|
|
|
p {
|
|
margin: 0 0 20px 0;
|
|
line-height: 18px;
|
|
}
|
|
|
|
ul {
|
|
margin: 5px 0 15px 0;
|
|
padding: 0;
|
|
}
|
|
|
|
li {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.editable {
|
|
background: #fffbcc;
|
|
}
|
|
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
|
|
/* Notifications */
|
|
|
|
#notifications div {
|
|
margin: 0 0 15px;
|
|
padding: 0 10px;
|
|
line-height: 25px;
|
|
color: #222;
|
|
}
|
|
|
|
#notifications div a.cross {
|
|
float: right;
|
|
background: url(../images/icons/cross-small.png) right center no-repeat;
|
|
width: 16px;
|
|
height: 25px;
|
|
}
|
|
|
|
#notifications div a.cross span {
|
|
display: none;
|
|
}
|
|
|
|
div.notice {
|
|
background: #fffbcc;
|
|
border: 1px solid #e6db55;
|
|
}
|
|
|
|
div.success {
|
|
background: #d1ecb8;
|
|
border: 1px solid #81c445;
|
|
}
|
|
|
|
div.error {
|
|
background: #ffebe8;
|
|
border: 1px solid #f0baa2;
|
|
}
|
|
|
|
/* Header */
|
|
|
|
#header {
|
|
height: 45px;
|
|
margin: 0 auto;
|
|
padding: 0 20px;
|
|
max-width: 1280px;
|
|
min-width: 880px;
|
|
}
|
|
|
|
#header h1 {
|
|
float: left;
|
|
font: bold 20px/21px Helvetica, Arial, sans-serif;
|
|
line-height: 45px;
|
|
}
|
|
|
|
#header h1 a {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#header .status {
|
|
float: left;
|
|
line-height: 45px;
|
|
}
|
|
|
|
#header .menu {
|
|
float: right;
|
|
line-height: 45px;
|
|
}
|
|
|
|
#header .menu a {
|
|
color: #fff;
|
|
}
|
|
|
|
/* Wrapper */
|
|
|
|
#wrapper {
|
|
margin: 0 auto;
|
|
padding: 25px 20px;
|
|
max-width: 1280px;
|
|
min-width: 880px;
|
|
}
|
|
|
|
#wrapper h2 {
|
|
margin: 0 0 10px;
|
|
font: bold 20px/21px Helvetica, Arial, sans-serif;
|
|
color: #333;
|
|
}
|
|
|
|
.box {
|
|
margin: 0 0 20px;
|
|
padding: 15px 15px 0 15px;
|
|
border: 1px solid #e8e8e8;
|
|
background: #fff;
|
|
position: relative;
|
|
}
|
|
|
|
/* Sidebar */
|
|
|
|
#sidebar {
|
|
float: left;
|
|
width: 220px;
|
|
position: relative;
|
|
}
|
|
|
|
/* Navigation */
|
|
|
|
.navigation {
|
|
margin: 0 0 20px;
|
|
background: #fff;
|
|
border-left: 1px solid #e8e8e8;
|
|
border-right: 1px solid #e8e8e8;
|
|
border-bottom: 1px solid #e8e8e8;
|
|
}
|
|
|
|
.navigation ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.navigation ul li {
|
|
margin: 0;
|
|
padding: 0 15px;
|
|
border-top: 1px solid #e8e8e8;
|
|
background: url(../images/navigation-on.gif) repeat-x;
|
|
line-height: 24px;
|
|
height: 100%;
|
|
display: block;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.navigation ul li a {
|
|
background: url(../images/icons/chevron-small-expand.png) -2px center no-repeat;
|
|
padding-left: 16px;
|
|
margin-left: -7px;
|
|
color: #fff;
|
|
height: 100%;
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
|
|
.navigation ul li.active {
|
|
background: url(../images/navigation-off.gif) repeat-x;
|
|
}
|
|
|
|
.navigation ul li.active a {
|
|
background: url(../images/icons/chevron-small.png) -2px center no-repeat;
|
|
color: #666;
|
|
}
|
|
|
|
.navigation ul li ul {
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.navigation ul li ul li {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 11px;
|
|
border: none;
|
|
background: none;
|
|
}
|
|
|
|
.navigation ul li ul li a {
|
|
background: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
color: #0088cc;
|
|
}
|
|
|
|
.navigation a.share {
|
|
background: url(../images/icons/blue-folder-share.png) 0 center no-repeat;
|
|
padding-left: 22px;
|
|
}
|
|
|
|
.navigation a.public {
|
|
background: url(../images/icons/users.png) 0 center no-repeat;
|
|
padding-left: 22px;
|
|
}
|
|
|
|
.navigation a.folder {
|
|
background: url(../images/icons/blue-folder.png) 0 center no-repeat;
|
|
padding-left: 22px;
|
|
}
|
|
|
|
/* Search */
|
|
|
|
#search-form {
|
|
height: 33px;
|
|
}
|
|
|
|
.search-input {
|
|
border: 1px solid #d2d2d2;
|
|
width: 133px;
|
|
height: 12px;
|
|
padding: 3px 5px;
|
|
position: absolute;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.search-submit {
|
|
left: 160px;
|
|
position: absolute;
|
|
}
|
|
|
|
/* Blog */
|
|
|
|
#blog li {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
#blog li h4 {
|
|
margin: 0 0 5px;
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
#blog li h4 abbr {
|
|
font-size: 10px;
|
|
color: #999;
|
|
border: none;
|
|
}
|
|
|
|
/* Content */
|
|
|
|
#content {
|
|
padding-left: 240px;
|
|
}
|
|
|
|
#content h3 {
|
|
margin: 0 0 15px;
|
|
padding: 0 0 10px;
|
|
color: #222;
|
|
font-size: 16px;
|
|
border-bottom: 1px dotted #d2d2d2;
|
|
}
|
|
|
|
#content h4 {
|
|
margin: 0 0 15px;
|
|
color: #222;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#content div.title a.share {
|
|
background: url(../images/icons/user-share.png) 6px center no-repeat;
|
|
padding-left: 28px;
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
line-height: 12px;
|
|
}
|
|
|
|
/* Pagination */
|
|
|
|
.pagination {
|
|
text-align: right;
|
|
display: block;
|
|
margin: 0 0 15px;
|
|
font-weight: bold;
|
|
position: relative;
|
|
}
|
|
|
|
.pagination ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.pagination ul li {
|
|
display: inline;
|
|
margin: 0 5px 0 0;
|
|
padding: 0;
|
|
color: #222;
|
|
}
|
|
|
|
.pagination ul li a {
|
|
}
|
|
|
|
.pagination ul li.clickable {
|
|
color: #0088cc;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.pagination ul li.active {
|
|
color: #222;
|
|
cursor: default;
|
|
}
|
|
|
|
/* Footer */
|
|
|
|
#footer {
|
|
background: #fff;
|
|
border: 1px solid #e8e8e8;
|
|
padding: 15px;
|
|
height: 35px;
|
|
line-height: 36px;
|
|
clear: both;
|
|
}
|
|
|
|
#footer .left {
|
|
float: left;
|
|
}
|
|
|
|
#footer .right {
|
|
float: right;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
/* Buttons */
|
|
|
|
.buttons {
|
|
float: left;
|
|
padding-bottom: 20px;
|
|
clear: both;
|
|
}
|
|
|
|
a.button {
|
|
color: #6e6e6e;
|
|
font: bold 12px Helvetica, Arial, sans-serif;
|
|
text-decoration: none;
|
|
padding: 7px 12px;
|
|
position: relative;
|
|
display: inline-block;
|
|
text-shadow: 0 1px 0 #fff;
|
|
-webkit-transition: border-color .218s;
|
|
-moz-transition: border .218s;
|
|
-ms-transition: border-color .218s;
|
|
-o-transition: border-color .218s;
|
|
transition: border-color .218s;
|
|
background: #f3f3f3;
|
|
background: -webkit-gradient(
|
|
linear,
|
|
0% 40%,
|
|
0% 70%,
|
|
from(#f5f5f5),
|
|
to(#f1f1f1)
|
|
);
|
|
background: -webkit-linear-gradient(
|
|
0 40% 270deg,
|
|
#f5f5f5,
|
|
#f1f1f1,
|
|
#f1f1f1 100%
|
|
);
|
|
background: -moz-linear-gradient(
|
|
0 40% 270deg,
|
|
#f5f5f5,
|
|
#f1f1f1,
|
|
#f1f1f1 100%
|
|
);
|
|
background: -ms-linear-gradient(
|
|
0 40% 270deg,
|
|
#f5f5f5,
|
|
#f1f1f1,
|
|
#f1f1f1 100%
|
|
);
|
|
background: -o-linear-gradient(
|
|
0 40% 270deg,
|
|
#f5f5f5,
|
|
#f1f1f1,
|
|
#f1f1f1 100%
|
|
);
|
|
border: solid 1px #dcdcdc;
|
|
-webkit-border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
-ms-border-radius: 2px;
|
|
-o-border-radius: 2px;
|
|
border-radius: 2px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
a.button.locked {
|
|
color: #333;
|
|
border-color: #999;
|
|
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
|
-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
|
|
-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
|
-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
a.button.disabled {
|
|
color: #6e6e6e;
|
|
background-color: #fff;
|
|
/*border: 1px solid rgba(0, 0, 0, 0.05);*/
|
|
cursor: default;
|
|
opacity: 0.4;
|
|
filter: alpha(opacity=40);
|
|
}
|
|
|
|
a.button.disabled:hover, a.button.disabled:active {
|
|
color: inherit;
|
|
border: 1px solid #dcdcdc;
|
|
-webkit-box-shadow: inherit;
|
|
-moz-box-shadow: inherit;
|
|
-ms-box-shadow: inherit;
|
|
-o-box-shadow: inherit;
|
|
box-shadow: inherit;
|
|
}
|
|
|
|
a.button:hover {
|
|
color: #333;
|
|
border-color: #999;
|
|
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
|
-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
|
|
-ms-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
|
|
-o-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
a.button:active {
|
|
color: #000;
|
|
border-color: #444;
|
|
}
|
|
|
|
a.left {
|
|
-webkit-border-top-right-radius: 0;
|
|
-moz-border-radius-topright: 0;
|
|
-ms-border-radius-topright: 0;
|
|
-o-border-radius-topright: 0;
|
|
border-top-right-radius: 0;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-moz-border-radius-bottomright: 0;
|
|
-ms-border-radius-bottomright: 0;
|
|
-o-border-radius-bottomright: 0;
|
|
border-bottom-right-radius: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
a.middle {
|
|
-webkit-border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
-ms-border-radius: 0;
|
|
-o-border-radius: 0;
|
|
border-radius: 0;
|
|
border-left: solid 1px #f3f3f3;
|
|
margin: 0;
|
|
border-left: solid 1px rgba(255, 255, 255, 0);
|
|
}
|
|
|
|
a.middle:hover,
|
|
a.right:hover {
|
|
border-left: solid 1px #999;
|
|
}
|
|
|
|
a.right {
|
|
-webkit-border-top-left-radius: 0;
|
|
-moz-border-radius-topleft: 0;
|
|
-ms-border-radius-topleft: 0;
|
|
-o-border-radius-topleft: 0;
|
|
border-top-left-radius: 0;
|
|
-webkit-border-bottom-left-radius: 0;
|
|
-moz-border-radius-bottomleft: 0;
|
|
-ms-border-radius-bottomleft: 0;
|
|
-o-border-radius-bottomleft: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-left: solid 1px #f3f3f3;
|
|
border-left: solid 1px rgba(255, 255, 255, 0);
|
|
}
|
|
|
|
a.big {
|
|
font-size: 16px;
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
a.supersize {
|
|
font-size: 20px;
|
|
padding: 15px 20px;
|
|
}
|
|
|
|
a.save {
|
|
background: url(../images/icons/tick.png) 10px center no-repeat #f3f3f3;
|
|
padding-left: 30px;
|
|
}
|
|
|
|
a.upload {
|
|
background: url(../images/icons/drive-upload.png) 10px center no-repeat #f3f3f3;
|
|
padding-left: 30px;
|
|
}
|
|
|
|
a.add {
|
|
background: url(../images/icons/plus-circle.png) 10px center no-repeat #f3f3f3;
|
|
padding-left: 30px;
|
|
}
|
|
|
|
a.delete {
|
|
background: url(../images/icons/minus-circle.png) 10px center no-repeat #f3f3f3;
|
|
padding-left: 30px;
|
|
}
|
|
|
|
a.edit {
|
|
background: url(../images/icons/pencil.png) 10px center no-repeat #f3f3f3;
|
|
padding-left: 30px;
|
|
}
|
|
|
|
a.flag {
|
|
background: url(../images/icons/flag.png) 10px center no-repeat #f3f3f3;
|
|
padding-left: 30px;
|
|
}
|
|
|
|
a.cancel {
|
|
background: url(../images/icons/slash.png) 10px center no-repeat #f3f3f3;
|
|
padding-left: 30px;
|
|
}
|
|
|
|
a.copy {
|
|
background: url(../images/icons/document-copy.png) 10px center no-repeat #f3f3f3;
|
|
padding-left: 30px;
|
|
}
|
|
|
|
a.job_start {
|
|
background: url(../images/icons/server--arrow.png) 10px center no-repeat #f3f3f3;
|
|
padding-left: 30px;
|
|
}
|
|
|
|
a.rename {
|
|
background: url(../images/icons/document-rename.png) 10px center no-repeat #f3f3f3;
|
|
padding-left: 30px;
|
|
}
|
|
|
|
a.results {
|
|
background: url(../images/icons/blue-folder-open-document-text.png) 10px center no-repeat #f3f3f3;
|
|
padding-left: 30px;
|
|
}
|
|
|
|
a.up {
|
|
background: url(../images/button-sprite.png) 13px -131px no-repeat #f3f3f3;
|
|
width: 18px;
|
|
}
|
|
|
|
a.down {
|
|
background: url(../images/button-sprite.png) 13px -166px no-repeat #f3f3f3;
|
|
width: 18px;
|
|
}
|
|
|
|
a.save-big {
|
|
background: url(../images/icons/tick.png) 15px center no-repeat #f3f3f3;
|
|
font-size: 16px;
|
|
padding: 10px 15px 10px 35px;
|
|
}
|
|
|
|
a.add-big {
|
|
background: url(../images/icons/plus-circle.png) 15px center no-repeat #f3f3f3;
|
|
font-size: 16px;
|
|
padding: 10px 15px 10px 35px;
|
|
}
|
|
|
|
a.delete-big {
|
|
background: url(../images/icons/minus-circle.png) 15px center no-repeat #f3f3f3;
|
|
font-size: 16px;
|
|
padding: 10px 15px 10px 35px;
|
|
}
|
|
|
|
a.flag-big {
|
|
background: url(../images/icons/flag.png) 15px center no-repeat #f3f3f3;
|
|
font-size: 16px;
|
|
padding: 10px 15px 10px 35px;
|
|
}
|
|
|
|
a.up-big {
|
|
background: url(../images/button-sprite.png) 15px -126px no-repeat #f3f3f3;
|
|
width: 18px;
|
|
font-size: 16px;
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
a.down-big {
|
|
background: url(../images/button-sprite.png) 15px -161px no-repeat #f3f3f3;
|
|
width: 18px;
|
|
font-size: 16px;
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
/* Tabs */
|
|
|
|
ul.tabs {
|
|
margin: 0;
|
|
padding: 0;
|
|
float: left;
|
|
list-style: none;
|
|
height: 27px; /* Set height of tabs */
|
|
border-bottom: 1px solid #e8e8e8;
|
|
border-left: 1px solid #e8e8e8;
|
|
width: 100%;
|
|
}
|
|
|
|
ul.tabs li {
|
|
float: left;
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 26px; /* Subtract 1px from the height of the unordered list */
|
|
line-height: 26px; /* Vertically aligns the text within the tab */
|
|
border: 1px solid #e8e8e8;
|
|
border-left: none;
|
|
margin-bottom: -1px; /* Pull the list item down 1px */
|
|
overflow: hidden;
|
|
position: relative;
|
|
background: #e0e0e0 url('../images/tabs-back.gif');
|
|
}
|
|
|
|
ul.tabs li a {
|
|
text-decoration: none;
|
|
color: #000;
|
|
display: block;
|
|
padding: 1px 21px;
|
|
outline: none;
|
|
}
|
|
|
|
ul.tabs li a:hover {
|
|
background: #f0f0f0;
|
|
}
|
|
|
|
html ul.tabs li.active,
|
|
html ul.tabs li.active a:hover {
|
|
background: #fff;
|
|
border-bottom: 1px solid #fff; /* Makes the active tab look like it's connected with its content */
|
|
}
|
|
|
|
.tab_container {
|
|
margin: 0 0 20px;
|
|
padding: 15px 15px 0 15px;
|
|
border: 1px solid #e8e8e8;
|
|
border-top: none;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
}
|
|
|
|
.tab_content {
|
|
padding: 0;
|
|
}
|
|
|
|
.tab_buttons {
|
|
padding: 0;
|
|
}
|
|
|
|
/* Progress bar */
|
|
|
|
div.progress_bar {
|
|
position: relative;
|
|
margin: 0 0 15px 0;
|
|
padding: 1px;
|
|
width: 250px;
|
|
height: 20px;
|
|
border: 1px solid #999;
|
|
background: #fff;
|
|
-webkit-border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
div.progress_bar > span {
|
|
display: block;
|
|
height: 100%;
|
|
background-color: #5b86ac;
|
|
background-image: -webkit-gradient(
|
|
linear,
|
|
left bottom,
|
|
left top,
|
|
from(#5b86ac),
|
|
to(#6891b7)
|
|
);
|
|
background-image: -moz-linear-gradient(
|
|
center bottom,
|
|
#5b86ac,
|
|
#6891b7
|
|
);
|
|
background-image: -ms-linear-gradient(
|
|
center bottom,
|
|
#5b86ac,
|
|
#6891b7
|
|
);
|
|
background-image: -o-linear-gradient(
|
|
center bottom,
|
|
#5b86ac,
|
|
#6891b7
|
|
);
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
div.progress_bar > span:after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
background-image: -webkit-gradient(
|
|
linear,
|
|
0 0,
|
|
100% 100%,
|
|
color-stop(.25, rgba(255, 255, 255, .08)),
|
|
color-stop(.25, transparent),
|
|
color-stop(.5, transparent),
|
|
color-stop(.5, rgba(255, 255, 255, .08)),
|
|
color-stop(.75, rgba(255, 255, 255, .08)),
|
|
color-stop(.75, transparent),
|
|
to(transparent)
|
|
);
|
|
background-image: -moz-linear-gradient(
|
|
-45deg,
|
|
rgba(255, 255, 255, .08) 25%,
|
|
transparent 25%,
|
|
transparent 50%,
|
|
rgba(255, 255, 255, .08) 50%,
|
|
rgba(255, 255, 255, .08) 75%,
|
|
transparent 75%,
|
|
transparent
|
|
);
|
|
background-image: -ms-linear-gradient(
|
|
-45deg,
|
|
rgba(255, 255, 255, .08) 25%,
|
|
transparent 25%,
|
|
transparent 50%,
|
|
rgba(255, 255, 255, .08) 50%,
|
|
rgba(255, 255, 255, .08) 75%,
|
|
transparent 75%,
|
|
transparent
|
|
);
|
|
background-image: -o-linear-gradient(
|
|
-45deg,
|
|
rgba(255, 255, 255, .08) 25%,
|
|
transparent 25%,
|
|
transparent 50%,
|
|
rgba(255, 255, 255, .08) 50%,
|
|
rgba(255, 255, 255, .08) 75%,
|
|
transparent 75%,
|
|
transparent
|
|
);
|
|
z-index: 1;
|
|
-webkit-background-size: 50px 50px;
|
|
-moz-background-size: 50px 50px;
|
|
-webkit-animation: move 2s linear infinite;
|
|
overflow: hidden;
|
|
}
|
|
|
|
div.progress_bar strong {
|
|
color: #111;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 2;
|
|
width: 100%;
|
|
display: block;
|
|
line-height: 24px;
|
|
text-align: center;
|
|
}
|
|
|
|
/* JTip styles */
|
|
|
|
.form_info a,
|
|
.form_info a:active,
|
|
.form_info a:visited {
|
|
background: url(../images/icons/question.png) center center no-repeat;
|
|
padding: 4px 8px;
|
|
}
|
|
|
|
#jt_arrow_left {
|
|
background: url(../images/arrow-left.gif) left top no-repeat;
|
|
position: absolute;
|
|
z-index: 101;
|
|
left: -11px;
|
|
height: 23px;
|
|
width: 10px;
|
|
top: -3px;
|
|
}
|
|
|
|
#jt_arrow_right {
|
|
background: url(../images/arrow-right.gif) left top no-repeat;
|
|
position: absolute;
|
|
z-index: 101;
|
|
height: 23px;
|
|
width: 11px;
|
|
top: -2px;
|
|
}
|
|
|
|
#jt {
|
|
position: absolute;
|
|
z-index: 100;
|
|
border: 1px solid #ccc;
|
|
background-color: #fff;
|
|
margin-top: 5px;
|
|
font-size: 10px;
|
|
}
|
|
|
|
#jt_copy {
|
|
padding: 5px;
|
|
color: #666;
|
|
}
|
|
|
|
.jt_loader {
|
|
background: url(../images/ajax-loader.gif) center center no-repeat;
|
|
width: 100%;
|
|
height: 12px;
|
|
}
|
|
|
|
#jt_close_left {
|
|
background-color: #ccc;
|
|
text-align: left;
|
|
padding-left: 4px;
|
|
padding-bottom: 2px;
|
|
padding-top: 1px;
|
|
font-weight: bold;
|
|
color: #000;
|
|
}
|
|
|
|
#jt_close_right {
|
|
background-color: #ccc;
|
|
text-align: left;
|
|
padding-left: 4px;
|
|
padding-bottom: 2px;
|
|
padding-top: 1px;
|
|
font-weight: bold;
|
|
color: #000;
|
|
}
|
|
|
|
#jt_copy p {
|
|
margin: 0;
|
|
line-height: 12px;
|
|
}
|
|
|
|
#jt_copy img {
|
|
padding: 1px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.jtip {
|
|
cursor: help;
|
|
}
|
|
|
|
/* Popup windows */
|
|
|
|
#popup_container {
|
|
font: 12px Arial, sans-serif;
|
|
min-width: 300px; /* Dialog will be no smaller than this */
|
|
max-width: 600px; /* Dialog will wrap after this width */
|
|
background: #fff;
|
|
border: solid 1px #ccc;
|
|
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
|
-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
|
|
-ms-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
|
|
-o-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
#popup_title {
|
|
color: #6e6e6e;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
line-height: 1.75em;
|
|
text-shadow: 0 1px 0 #fff;
|
|
background: #f3f3f3;
|
|
background: -webkit-gradient(
|
|
linear,
|
|
0% 40%,
|
|
0% 70%,
|
|
from(#f5f5f5),
|
|
to(#f1f1f1)
|
|
);
|
|
background: -webkit-linear-gradient(
|
|
0 40% 270deg,
|
|
#f5f5f5,
|
|
#f1f1f1,
|
|
#f1f1f1 100%
|
|
);
|
|
background: -moz-linear-gradient(
|
|
0 40% 270deg,
|
|
#f5f5f5,
|
|
#f1f1f1,
|
|
#f1f1f1 100%
|
|
);
|
|
background: -ms-linear-gradient(
|
|
0 40% 270deg,
|
|
#f5f5f5,
|
|
#f1f1f1,
|
|
#f1f1f1 100%
|
|
);
|
|
background: -o-linear-gradient(
|
|
0 40% 270deg,
|
|
#f5f5f5,
|
|
#f1f1f1,
|
|
#f1f1f1 100%
|
|
);
|
|
border-bottom: solid 1px #ccc;
|
|
cursor: default;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#popup_content {
|
|
background: url('../images/icons-big/information.png') 16px 16px no-repeat;
|
|
padding: 1em 1.75em;
|
|
margin: 0;
|
|
}
|
|
|
|
#popup_content.alert {
|
|
background-image: url('../images/icons-big/information.png');
|
|
}
|
|
|
|
#popup_content.confirm {
|
|
background-image: url('../images/icons-big/exclamation.png');
|
|
}
|
|
|
|
#popup_content.prompt {
|
|
background-image: none;
|
|
}
|
|
|
|
#popup_message {
|
|
padding-left: 48px;
|
|
}
|
|
|
|
#popup_content.prompt > div {
|
|
padding-left: 0;
|
|
}
|
|
|
|
#popup_panel {
|
|
text-align: center;
|
|
margin: 1em 0 0 1em;
|
|
}
|
|
|
|
#popup_prompt {
|
|
margin: .5em 0;
|
|
}
|
|
|
|
#popup_panel input {
|
|
cursor: pointer;
|
|
color: #6e6e6e;
|
|
font: bold 12px Helvetica, Arial, sans-serif;
|
|
padding: 7px 12px;
|
|
position: relative;
|
|
display: inline-block;
|
|
text-shadow: 0 1px 0 #fff;
|
|
-webkit-transition: border-color .218s;
|
|
-moz-transition: border .218s;
|
|
-ms-transition: border-color .218s;
|
|
-o-transition: border-color .218s;
|
|
transition: border-color .218s;
|
|
background-color: #f3f3f3;
|
|
border: solid 1px #dcdcdc;
|
|
-webkit-border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
-ms-border-radius: 2px;
|
|
-o-border-radius: 2px;
|
|
border-radius: 2px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#popup_panel input:hover {
|
|
color: #333;
|
|
border-color: #999;
|
|
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
|
-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
|
|
-ms-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
|
|
-o-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
#popup_panel input:active {
|
|
color: #000;
|
|
border-color: #444;
|
|
}
|
|
|
|
#popup_ok {
|
|
background: url(../images/icons/tick.png) 10px center no-repeat;
|
|
padding-left: 30px !important;
|
|
}
|
|
|
|
#popup_cancel {
|
|
background: url(../images/icons/slash.png) 10px center no-repeat;
|
|
padding-left: 30px !important;
|
|
}
|
|
|
|
/* Dashboard */
|
|
|
|
#dashboard a.button {
|
|
text-align: center;
|
|
}
|
|
|
|
#dashboard a.button strong {
|
|
font-size: 24px;
|
|
}
|
|
|
|
/* Inplace editor */
|
|
|
|
input.inplace_field, textarea.inplace_field {
|
|
margin: 5px 0 5px 0;
|
|
padding: 3px 5px;
|
|
border: 1px solid #d2d2d2;
|
|
font-size: 12px;
|
|
}
|
|
|
|
a.inplace_save {
|
|
background: url(../images/icons/tick.png) 10px center no-repeat #f3f3f3;
|
|
padding-left: 30px;
|
|
}
|
|
|
|
a.inplace_cancel {
|
|
background: url(../images/icons/slash.png) 10px center no-repeat #f3f3f3;
|
|
padding-left: 30px;
|
|
}
|