mirror of
https://github.com/atlanticbiomedical/portal.git
synced 2025-07-01 18:17:26 -04:00
Initial Commit
This commit is contained in:
223
war/resources/css/elfinder.css
Normal file
223
war/resources/css/elfinder.css
Normal file
File diff suppressed because one or more lines are too long
83
war/resources/css/fancybox.css
Normal file
83
war/resources/css/fancybox.css
Normal file
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* FancyBox - jQuery Plugin
|
||||
* Simple and fancy lightbox alternative
|
||||
*
|
||||
* Examples and documentation at: http://fancybox.net
|
||||
*
|
||||
* Copyright (c) 2008 - 2010 Janis Skarnelis
|
||||
* That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
|
||||
*
|
||||
* Version: 1.3.4 (11/11/2010)
|
||||
* Requires: jQuery v1.3+
|
||||
*
|
||||
* Dual licensed under the MIT and GPL licenses:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
* http://www.gnu.org/licenses/gpl.html
|
||||
*/
|
||||
|
||||
#fancybox-loading { position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; cursor: pointer; overflow: hidden; z-index: 1104; display: none; }
|
||||
#fancybox-loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background-image: url('../images/elements/lightbox/fancybox.png'); }
|
||||
#fancybox-overlay { position: absolute; top: 0; left: 0; width: 100%; z-index: 1100; display: none; }
|
||||
#fancybox-tmp { padding: 0; margin: 0; border: 0; overflow: auto; display: none; }
|
||||
#fancybox-wrap { position: absolute; top: 0; left: 0; padding: 20px; z-index: 1101; outline: none; display: none; }
|
||||
#fancybox-outer { position: relative; width: 100%; height: 100%; background: #fff; }
|
||||
#fancybox-content { width: 0; height: 0; padding: 0; outline: none; position: relative; overflow: hidden; z-index: 1102; border: 0px solid #fff; }
|
||||
#fancybox-hide-sel-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 1101; }
|
||||
#fancybox-close { position: absolute; top: 0; right: 0; width: 14px; height: 14px; background: transparent url('../images/elements/lightbox/fancybox.png') -48px -2px; cursor: pointer; z-index: 1103; display: none; }
|
||||
#fancybox-error { color: #444; font: normal 12px/20px Arial; padding: 14px; margin: 0; }
|
||||
#fancybox-img { width: 100%; height: 100%; padding: 0; margin: 0; border: none; outline: none; line-height: 0; vertical-align: top; }
|
||||
#fancybox-frame { width: 100%; height: 100%; border: none; display: block; }
|
||||
#fancybox-left, #fancybox-right { position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; outline: none; background: transparent url('../images/elements/lightbox/blank.gif'); z-index: 1102; display: none; }
|
||||
#fancybox-left { left: 0px; }
|
||||
#fancybox-right { right: 0px; }
|
||||
#fancybox-left-ico, #fancybox-right-ico { position: absolute; top: 50%; left: -9999px; width: 15px; height: 17px; margin-top: -9px; cursor: pointer; z-index: 1102; display: block; }
|
||||
#fancybox-left-ico { background-image: url('../images/elements/lightbox/fancybox.png'); background-position: -48px -35px; margin-left: -19px; }
|
||||
#fancybox-right-ico { background-image: url('../images/elements/lightbox/fancybox.png'); background-position: -48px -17px; margin-right: -19px; }
|
||||
#fancybox-left:hover, #fancybox-right:hover { visibility: visible; /* IE6 */ }
|
||||
#fancybox-left:hover span { left: 20px; }
|
||||
#fancybox-right:hover span { left: auto; right: 20px; }
|
||||
.fancybox-bg { position: absolute; padding: 0; margin: 0; border: 0; width: 20px; height: 20px; z-index: 1001; }
|
||||
#fancybox-bg-n { top: -20px; left: 0; width: 100%; background-image: url('../images/elements/lightbox/fancybox-x.png'); }
|
||||
#fancybox-bg-ne { top: -20px; right: -20px; background-image: url('../images/elements/lightbox/fancybox.png'); background-position: -40px -162px; }
|
||||
#fancybox-bg-e { top: 0; right: -20px; height: 100%; background-image: url('../images/elements/lightbox/fancybox-y.png'); background-position: -20px 0px; }
|
||||
#fancybox-bg-se { bottom: -20px; right: -20px; background-image: url('../images/elements/lightbox/fancybox.png'); background-position: -40px -182px; }
|
||||
#fancybox-bg-s { bottom: -20px; left: 0; width: 100%; background-image: url('../images/elements/lightbox/fancybox-x.png'); background-position: 0px -20px; }
|
||||
#fancybox-bg-sw { bottom: -20px; left: -20px; background-image: url('../images/elements/lightbox/fancybox.png'); background-position: -40px -142px; }
|
||||
#fancybox-bg-w { top: 0; left: -20px; height: 100%; background-image: url('../images/elements/lightbox/fancybox-y.png'); }
|
||||
#fancybox-bg-nw { top: -20px; left: -20px; background-image: url('../images/elements/lightbox/fancybox.png'); background-position: -40px -122px; }
|
||||
#fancybox-title { font-family: Helvetica; font-size: 12px; z-index: 1102; }
|
||||
.fancybox-title-inside { padding-bottom: 10px; text-align: center; color: #333; background: #fff; position: relative; }
|
||||
.fancybox-title-outside { padding-top: 10px; color: #fff; }
|
||||
.fancybox-title-over { position: absolute; bottom: 0; left: 0; color: #FFF; text-align: left; }
|
||||
#fancybox-title-over { padding: 10px; background-image: url('../images/elements/lightbox/fancy_title_over.png'); display: block; }
|
||||
.fancybox-title-float { position: absolute; left: 0; bottom: -20px; height: 32px; }
|
||||
#fancybox-title-float-wrap { border: none; border-collapse: collapse; width: auto; }
|
||||
#fancybox-title-float-wrap td { border: none; white-space: nowrap; }
|
||||
#fancybox-title-float-left { padding: 0 0 0 15px; background: url('../images/elements/lightbox/fancybox.png') -40px -90px no-repeat; }
|
||||
#fancybox-title-float-main { color: #FFF; line-height: 29px; font-weight: bold; padding: 0 0 3px 0; background: url('../images/elements/lightbox/fancybox-x.png') 0px -40px; }
|
||||
#fancybox-title-float-right { padding: 0 0 0 15px; background: url('../images/elements/lightbox/fancybox.png') -55px -90px no-repeat; }
|
||||
|
||||
/* IE6 */
|
||||
|
||||
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/elements/lightbox/fancybox/fancy_close.png', sizingMethod='scale'); }
|
||||
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/elements/lightbox/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
|
||||
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/elements/lightbox/fancybox/fancy_nav_right.png', sizingMethod='scale'); }
|
||||
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/elements/lightbox/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
|
||||
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/elements/lightbox/fancybox/fancy_title_left.png', sizingMethod='scale'); }
|
||||
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/elements/lightbox/fancybox/fancy_title_main.png', sizingMethod='scale'); }
|
||||
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/elements/lightbox/fancybox/fancy_title_right.png', sizingMethod='scale'); }
|
||||
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame { height: expression(this.parentNode.clientHeight + "px"); }
|
||||
#fancybox-loading.fancybox-ie6 { position: absolute; margin-top: 0; top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); }
|
||||
#fancybox-loading.fancybox-ie6 div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/elements/lightbox/fancybox/fancy_loading.png', sizingMethod='scale'); }
|
||||
|
||||
/* IE6, IE7, IE8 */
|
||||
|
||||
.fancybox-ie .fancybox-bg { background: transparent !important; }
|
||||
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/elements/lightbox/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
|
||||
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/elements/lightbox/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
|
||||
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/elements/lightbox/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
|
||||
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/elements/lightbox/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
|
||||
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/elements/lightbox/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
|
||||
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/elements/lightbox/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
|
||||
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/elements/lightbox/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
|
||||
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/elements/lightbox/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
|
1257
war/resources/css/font.css
Normal file
1257
war/resources/css/font.css
Normal file
File diff suppressed because it is too large
Load Diff
BIN
war/resources/css/font/icomoon.eot
Normal file
BIN
war/resources/css/font/icomoon.eot
Normal file
Binary file not shown.
2334
war/resources/css/font/icomoon.svg
Normal file
2334
war/resources/css/font/icomoon.svg
Normal file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 361 KiB |
BIN
war/resources/css/font/icomoon.ttf
Normal file
BIN
war/resources/css/font/icomoon.ttf
Normal file
Binary file not shown.
BIN
war/resources/css/font/icomoon.woff
Normal file
BIN
war/resources/css/font/icomoon.woff
Normal file
Binary file not shown.
182
war/resources/css/fullcalendar.css
Normal file
182
war/resources/css/fullcalendar.css
Normal file
@ -0,0 +1,182 @@
|
||||
|
||||
/* ===== Calendar styles ===== */
|
||||
|
||||
.fc { direction: ltr; text-align: left; }
|
||||
.fc table { border-collapse: collapse; border-spacing: 0; }
|
||||
html .fc, .fc table { font-size: 1em; }
|
||||
.fc td, .fc th { padding: 0; vertical-align: top; }
|
||||
.fc-header { position: relative; }
|
||||
.fc-header td { white-space: nowrap; }
|
||||
.fc-header-left { text-align: left; width: 100%; }
|
||||
.fc-header-center { text-align: center; position: absolute; top: 0; width: 80%; left: 10%; line-height: 38px; }
|
||||
.fc-button-inner { border-left: 1px solid #d5d5d5; }
|
||||
.fc-header-left .fc-button-inner { border: none; }
|
||||
.fc-header-right { text-align: right; position: absolute; top: -38px; right: 0; }
|
||||
.fc-header-right .fc-button-agendaDay .fc-button-inner { -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; }
|
||||
.fc-header-title { display: inline-block; vertical-align: top; }
|
||||
.fc-header-title h2 { font-size: 12px; }
|
||||
.fc-header-title strong { margin-top: 0; white-space: nowrap; padding: 8px 12px!important; display: block; }
|
||||
.fc .fc-header-space { padding-left: 10px; }
|
||||
.fc-header .fc-corner-right { margin-right: 0; float: right; }
|
||||
.fc-header .ui-corner-right { margin-right: 0; }
|
||||
.fc-header .fc-state-hover, .fc-header .ui-state-hover { z-index: 2; }
|
||||
.fc-header .fc-state-down { z-index: 3; }
|
||||
.fc-header .fc-state-active, .fc-header .ui-state-active { z-index: 4; }
|
||||
.fc-button-prev .fc-button-content { width: 10px; background: url(../images/leftArrow.png) no-repeat 15px 14px; }
|
||||
.fc-button-next .fc-button-content { width: 10px; background: url(../images/rightArrow.png) no-repeat 15px 14px; }
|
||||
.fc-button-next { float: right; margin-right: -2px; }
|
||||
.fc-view { width: 100%; overflow: hidden; }
|
||||
.fc-border-separate thead {
|
||||
background: #f8f8f8;
|
||||
background: -moz-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
|
||||
background: -webkit-linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%);
|
||||
background: -o-linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%);
|
||||
background: -ms-linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%);
|
||||
background: linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
|
||||
}
|
||||
.fc-widget-header, .fc-widget-content { border: 1px solid #d5d5d5; }
|
||||
.fc-state-highlight { background: #f4f3e6; }
|
||||
.fc-cell-overlay { background: #9cf; opacity: .2; filter: alpha(opacity=20); /* for IE */ }
|
||||
.fc-button { position: relative; /*display: inline-block;*/ cursor: pointer; }
|
||||
.fc-state-default {}
|
||||
.fc-button-inner { position: relative; float: left; overflow: hidden; }
|
||||
.fc-state-default .fc-button-inner {}
|
||||
.fc-button-content { position: relative; float: left; height: 38px; line-height: 38px; padding: 0 14px; white-space: nowrap; }
|
||||
.fc-header-right .fc-button-content { height: 38px; }
|
||||
|
||||
/* icon (for jquery ui) */
|
||||
.fc-button-content .fc-icon-wrap { position: relative; float: left; top: 50%; }
|
||||
.fc-button-content .ui-icon { position: relative; float: left; margin-top: -50%; *margin-top: 0; *top: -50%; }
|
||||
|
||||
/* gloss effect */
|
||||
.fc-state-default .fc-button-effect { position: absolute; top: 50%; left: 0; }
|
||||
.fc-state-default .fc-button-effect span {}
|
||||
|
||||
/* button states (determines colors) */
|
||||
.fc-state-default, .fc-state-default .fc-button-inner {}
|
||||
.fc-state-hover, .fc-state-hover .fc-button-inner {}
|
||||
.fc-state-down, .fc-state-down .fc-button-inner {}
|
||||
|
||||
.fc-state-active, .fc-state-active .fc-button-inner { color: #797979; background: #f9f9f9; box-shadow: 0 -1px 0 #EAEAEA inset; }
|
||||
.fc-first th { padding-top: 1px; }
|
||||
.fc-state-disabled, .fc-state-disabled .fc-button-inner { color: #999; border-color: #ddd; }
|
||||
.fc-state-disabled { cursor: default; }
|
||||
.fc-state-disabled .fc-button-effect { display: none; }
|
||||
|
||||
|
||||
/* Global Event Styles */
|
||||
.fc-event { border-style: solid; border-width: 0; font-size: .85em; cursor: default; }
|
||||
a.fc-event, .fc-event-draggable { cursor: pointer; }
|
||||
a.fc-event { text-decoration: none; }
|
||||
.fc-rtl .fc-event { text-align: right; }
|
||||
|
||||
.fc-event-skin {
|
||||
border-color: #596772; /* default BORDER color */
|
||||
background-color: #596772; /* default BACKGROUND color */
|
||||
color: #fff; /* default TEXT color */
|
||||
display: block;
|
||||
padding: 1px 0px;
|
||||
font-size: 11px;
|
||||
-moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
.fc-event-inner { position: relative; width: 100%; height: 100%; border-style: solid; border-width: 0; overflow: hidden; }
|
||||
.fc-event-time, .fc-event-title { padding: 0 2px 1px 5px; display: block; float: left; line-height: 16px; }
|
||||
.fc .ui-resizable-handle { display: block; position: absolute; z-index: 99999; overflow: hidden; font-size: 300%; line-height: 50%; }
|
||||
|
||||
|
||||
/* Horizontal Events */
|
||||
.fc-event-hori { margin-bottom: 1px; }
|
||||
|
||||
/* resizable */
|
||||
.fc-event-hori .ui-resizable-e { top: 0 !important; right: -3px !important; width: 7px !important; height: 100% !important; cursor: e-resize; }
|
||||
.fc-event-hori .ui-resizable-w { top: 0 !important; left: -3px !important; width: 7px !important; height: 100% !important; cursor: w-resize; }
|
||||
|
||||
.fc-event-hori .ui-resizable-handle {}
|
||||
|
||||
/* Fake Rounded Corners (for buttons and events) */
|
||||
.fc-corner-left { margin-left: 1px; }
|
||||
.fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner {}
|
||||
.fc-corner-right { margin-right: 1px; }
|
||||
.fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner { margin-right: 0; }
|
||||
.fc-corner-top { margin-top: 1px; }
|
||||
.fc-corner-top .fc-event-inner { margin-top: -1px; }
|
||||
.fc-corner-bottom { margin-bottom: 1px; }
|
||||
.fc-corner-bottom .fc-event-inner { margin-bottom: -1px; }
|
||||
|
||||
|
||||
/* Fake Rounded Corners SPECIFICALLY FOR EVENTS */
|
||||
.fc-corner-left .fc-event-inner {}
|
||||
.fc-corner-right .fc-event-inner {}
|
||||
.fc-corner-top .fc-event-inner { border-top-width: 1px; }
|
||||
.fc-corner-bottom .fc-event-inner { border-bottom-width: 1px; }
|
||||
|
||||
|
||||
/* Reusable Separate-border Table */
|
||||
table.fc-border-separate { border-collapse: separate; }
|
||||
.fc-border-separate th, .fc-border-separate td { border-width: 1px 0 0 1px; }
|
||||
.fc-border-separate td:first-child, .fc-border-separate th:first-child { border-left: none; }
|
||||
.fc-border-separate th.fc-last, .fc-border-separate td.fc-last {}
|
||||
.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td { border-top-width: 1px; }
|
||||
.fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th { border-top-width: 1px; }
|
||||
|
||||
|
||||
/* Month View, Basic Week View, Basic Day View */
|
||||
.fc-cols th { text-align: center; }
|
||||
.fc-cols .fc-day-number { float: right; padding: 3px 5px; }
|
||||
.fc-cols .fc-other-month .fc-day-number { opacity: 0.3; filter: alpha(opacity=30); }
|
||||
.fc-cols .fc-day-content { clear: both; padding: 5px 2px 3px; }
|
||||
|
||||
/* event styles */
|
||||
.fc-cols .fc-event-time { font-weight: bold; }
|
||||
|
||||
/* right-to-left */
|
||||
.fc-rtl .fc-cols .fc-day-number { float: left; }
|
||||
.fc-rtl .fc-cols .fc-event-time { float: right; }
|
||||
|
||||
|
||||
/* Agenda Week View, Agenda Day View */
|
||||
.fc-agenda table { border-collapse: separate; }
|
||||
.fc-agenda-days th { text-align: center; }
|
||||
.fc-agenda .fc-agenda-axis { width: 50px; padding: 0 4px; vertical-align: middle; text-align: right; white-space: nowrap; font-weight: normal; }
|
||||
.fc-agenda .fc-day-content { padding: 2px 2px 1px; }
|
||||
.fc-agenda-days .fc-agenda-axis { border-right-width: 1px; }
|
||||
.fc-agenda-days .fc-col0 { border-left-width: 0; }
|
||||
.fc-agenda-allday th { border-width: 0 1px; }
|
||||
.fc-agenda-allday .fc-day-content { min-height: 34px; _height: 34px; }
|
||||
.fc-agenda-divider-inner { height: 2px; overflow: hidden; }
|
||||
.fc-widget-header .fc-agenda-divider-inner { background: #eee; }
|
||||
|
||||
/* slot rows */
|
||||
.fc-agenda-slots th { border-width: 1px 1px 0; }
|
||||
.fc-agenda-slots td { border-width: 1px 0 0; background: none; }
|
||||
.fc-agenda-slots td div { height: 20px; }
|
||||
.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td { border-top-width: 0; }
|
||||
.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td { border-top-style: dotted; }
|
||||
.fc-agenda-slots tr.fc-minor th.ui-widget-header { *border-top-style: solid; }
|
||||
|
||||
|
||||
|
||||
/* Vertical Events */
|
||||
.fc-event-vert { border-width: 0 1px; }
|
||||
.fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content { position: relative; z-index: 2; width: 100%; overflow: hidden; }
|
||||
.fc-event-vert .fc-event-time { white-space: nowrap; font-size: 10px; }
|
||||
.fc-event-vert .fc-event-bg { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background: #fff; opacity: .3; filter: alpha(opacity=30); }
|
||||
.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg { display: none\9; }
|
||||
|
||||
/* resizable */
|
||||
.fc-event-vert .ui-resizable-s {
|
||||
bottom: 0 !important; /* importants override pre jquery ui 1.7 styles */
|
||||
width: 100% !important;
|
||||
height: 8px !important;
|
||||
overflow: hidden !important;
|
||||
line-height: 8px !important;
|
||||
font-size: 11px !important;
|
||||
font-family: monospace;
|
||||
text-align: center;
|
||||
cursor: s-resize;
|
||||
}
|
||||
|
||||
.fc-agenda .ui-resizable-resizing { _overflow: hidden; }
|
31
war/resources/css/ie.css
Normal file
31
war/resources/css/ie.css
Normal file
@ -0,0 +1,31 @@
|
||||
|
||||
/* # Special rules for IE
|
||||
================================================== */
|
||||
|
||||
.tAlt thead td { background: #eee; text-align: center; font-size: 11px; border-left: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; padding: 2px 10px; font-size: 11px; color: #909090; }
|
||||
.tAlt tbody tr td { padding: 7px 11px; vertical-align: middle; border-left: 1px solid #DFDFDF; box-shadow: 0 1px 0 #fafafa inset; -webkit-box-shadow: 0 1px 0 #fafafa inset; -moz-box-shadow: 0 1px 0 #fafafa inset; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border-bottom: 1px solid #DFDFDF; }
|
||||
.tAlt tbody td:first-child, .tAlt thead td:first-child { border-left: none; }
|
||||
|
||||
|
||||
/* Middle nav rounded buttons will appear as square buttons in IE */
|
||||
|
||||
.middleNavR li, .middleNavR li a { border-radius: 3px!important; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
|
||||
.middleNavR li { width: 84px; height: 84px; box-shadow: inset 0 1px 1px #ccc, 0 1px 1px #fcfcfc, 0 0 1px 1px #f5f5f5; -webkit-box-shadow: inset 0 1px 1px #ccc, 0 1px 1px #fcfcfc, 0 0 1px 1px #f5f5f5; -moz-box-shadow: inset 0 1px 1px #ccc, 0 1px 1px #fcfcfc, 0 0 1px 1px #f5f5f5; }
|
||||
.middleNavR li a { top: 8px; left: 8px; width: 66px; height: 66px; box-shadow: 0 1px 1px #b5b5b5, 0px 1px 0 #fff inset; -webkit-box-shadow: 0 1px 1px #b5b5b5, 0px 1px 0 #fff inset; -moz-box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset; }
|
||||
.middleNavR { text-align: center; margin: 30px 0 0 0; }
|
||||
.middleNavR li { margin: 5px 10px -7px 10px; position: relative; display: inline-block; text-align: center; border: 1px solid #dfdfdf; background: #eee; }
|
||||
.middleNavR li a {
|
||||
position: absolute;
|
||||
background: #f7f7f7;
|
||||
background: -moz-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e8e8e8));
|
||||
background: -webkit-linear-gradient(top, #f7f7f7 0%,#e8e8e8 100%);
|
||||
background: -o-linear-gradient(top, #f7f7f7 0%,#e8e8e8 100%);
|
||||
background: -ms-linear-gradient(top, #f7f7f7 0%,#e8e8e8 100%);
|
||||
background: linear-gradient(top, #f7f7f7 0%,#e8e8e8 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8',GradientType=0 );
|
||||
border: 1px solid #DFDFDF;
|
||||
transition: all 0.1s ease-in-out;
|
||||
-moz-transition: all 0.1s ease-in-out;
|
||||
-webkit-transition: all 0.1s ease-in-out;}
|
||||
|
435
war/resources/css/plugins.css
Normal file
435
war/resources/css/plugins.css
Normal file
@ -0,0 +1,435 @@
|
||||
|
||||
/* # Don't forget to remove necessary styles, if you don't use any of listed plugins
|
||||
================================================== */
|
||||
|
||||
|
||||
/* ===== jQuery Sourcerer (syntax highlighter) ===== */
|
||||
|
||||
.SRC_Wrap { height:auto; font-size:12px; }
|
||||
.SRC_Title { text-align:center; color:#555; border-bottom:2px solid #999; font-size:14px; font-family:Verdana, Geneva, sans-serif; padding:5px; font-weight:700; }
|
||||
.SRC_Line { width:100%; background-color:#fafafa; height:28px; line-height: 28px; }
|
||||
.SRC_Line:nth-child(even) { background-color:#f2f2f2; }
|
||||
.SRC_NumBox { min-width: 32px; float:left; border-right: 1px solid #d5d5d5; }
|
||||
.SRC_Num { font-family: Verdana, Geneva, sans-serif; font-size: 12px; text-align:right; color:#555; font-weight:500; padding-right:2px; width:100%; height:auto; min-height:28px; line-height:28px; }
|
||||
.SRC_CodeContent { white-space: pre-wrap; font-size:12px; padding-left:10px; font-family:"Courier New", Courier, monospace; margin:0px; min-height:28px; line-height:28px; }
|
||||
.SRC_NumContent { text-align:right; margin-right:8px; color:#555; }
|
||||
.SRC_CodeBox { padding-left: 32px; }
|
||||
|
||||
.SC_blue { color: blue; }
|
||||
.SC_grey { color: grey; }
|
||||
.SC_navy { color: navy; }
|
||||
.SC_green { color: green; }
|
||||
.SC_orange { color: #930; }
|
||||
.SC_red { color: #F00; }
|
||||
.SC_teal { color: teal; }
|
||||
.SC_gold { color: #FC0; }
|
||||
.SC_pink { color: #ff68a4; }
|
||||
.SC_bold { font-weight: 700; }
|
||||
|
||||
|
||||
|
||||
/* ===== jQuery File tree ===== */
|
||||
|
||||
.jqueryFileTree { font-size: 11px; line-height: 18px; padding: 10px 12px; margin: 0px; overflow: auto; }
|
||||
.jqueryFileTree li > .jqueryFileTree { padding: 0; }
|
||||
.jqueryFileTree > li { list-style: none; padding: 0px; padding-left: 20px; margin: 0px; white-space: nowrap; }
|
||||
.jqueryFileTree a { color: #333; text-decoration: none; display: block; padding: 0px 2px; }
|
||||
.jqueryFileTree a:hover { background: #BDF; }
|
||||
|
||||
/* Core Styles */
|
||||
.jqueryFileTree li.directory { background: url(../images/elements/fileTree/directory.png) left top no-repeat; }
|
||||
.jqueryFileTree li.expanded { background: url(../images/elements/fileTree/folder_open.png) left top no-repeat; }
|
||||
.jqueryFileTree li.file { background: url(../images/elements/fileTree/file.png) left top no-repeat; }
|
||||
.jqueryFileTree li.wait { background: url(../images/elements/fileTree/spinner.gif) left top no-repeat; }
|
||||
|
||||
/* File Extensions*/
|
||||
.jqueryFileTree li.ext_3gp { background: url(../images/elements/fileTree/film.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_afp { background: url(../images/elements/fileTree/code.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_afpa { background: url(../images/elements/fileTree/code.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_asp { background: url(../images/elements/fileTree/code.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_aspx { background: url(../images/elements/fileTree/code.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_avi { background: url(../images/elements/fileTree/film.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_bat { background: url(../images/elements/fileTree/application.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_bmp { background: url(../images/elements/fileTree/picture.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_c { background: url(../images/elements/fileTree/code.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_cfm { background: url(../images/elements/fileTree/code.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_cgi { background: url(../images/elements/fileTree/code.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_com { background: url(../images/elements/fileTree/application.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_cpp { background: url(../images/elements/fileTree/code.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_css { background: url(../images/elements/fileTree/css.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_doc { background: url(../images/elements/fileTree/doc.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_exe { background: url(../images/elements/fileTree/application.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_gif { background: url(../images/elements/fileTree/picture.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_fla { background: url(../images/elements/fileTree/flash.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_h { background: url(../images/elements/fileTree/code.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_htm { background: url(../images/elements/fileTree/html.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_html { background: url(../images/elements/fileTree/html.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_jar { background: url(../images/elements/fileTree/java.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_jpg { background: url(../images/elements/fileTree/picture.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_jpeg { background: url(../images/elements/fileTree/picture.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_js { background: url(../images/elements/fileTree/script.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_lasso { background: url(../images/elements/fileTree/code.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_log { background: url(../images/elements/fileTree/txt.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_m4p { background: url(../images/elements/fileTree/music.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_mov { background: url(../images/elements/fileTree/film.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_mp3 { background: url(../images/elements/fileTree/music.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_mp4 { background: url(../images/elements/fileTree/film.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_mpg { background: url(../images/elements/fileTree/film.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_mpeg { background: url(../images/elements/fileTree/film.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_ogg { background: url(../images/elements/fileTree/music.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_pcx { background: url(../images/elements/fileTree/picture.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_pdf { background: url(../images/elements/fileTree/pdf.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_php { background: url(../images/elements/fileTree/php.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_png { background: url(../images/elements/fileTree/picture.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_ppt { background: url(../images/elements/fileTree/ppt.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_psd { background: url(../images/elements/fileTree/psd.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_pl { background: url(../images/elements/fileTree/script.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_py { background: url(../images/elements/fileTree/script.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_rb { background: url(../images/elements/fileTree/ruby.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_rbx { background: url(../images/elements/fileTree/ruby.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_rhtml { background: url(../images/elements/fileTree/ruby.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_rpm { background: url(../images/elements/fileTree/linux.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_ruby { background: url(../images/elements/fileTree/ruby.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_sql { background: url(../images/elements/fileTree/db.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_swf { background: url(../images/elements/fileTree/flash.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_tif { background: url(../images/elements/fileTree/picture.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_tiff { background: url(../images/elements/fileTree/picture.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_txt { background: url(../images/elements/fileTree/txt.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_vb { background: url(../images/elements/fileTree/code.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_wav { background: url(../images/elements/fileTree/music.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_wmv { background: url(../images/elements/fileTree/film.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_xls { background: url(../images/elements/fileTree/xls.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_xml { background: url(../images/elements/fileTree/code.png) left top no-repeat; }
|
||||
.jqueryFileTree li.ext_zip { background: url(../images/elements/fileTree/zip.png) left top no-repeat; }
|
||||
|
||||
|
||||
/* ===== jQuery jGrowl ===== */
|
||||
|
||||
div.jGrowl { z-index: 9999; color: #fff; font-size: 12px; }
|
||||
div.ie6 { position: absolute; }
|
||||
div.ie6.top-right { right: auto; bottom: auto; left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); }
|
||||
div.ie6.top-left { left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); }
|
||||
div.ie6.bottom-right { left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); }
|
||||
div.ie6.bottom-left { left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); }
|
||||
div.ie6.center { left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); width: 100%; }
|
||||
div.jGrowl { position: absolute; }
|
||||
body > div.jGrowl { position: fixed; }
|
||||
div.jGrowl.top-left { left: 0px; top: 0px; }
|
||||
div.jGrowl.top-right { right: 0px; top: 0px; }
|
||||
div.jGrowl.bottom-left { left: 0px; bottom: 0px; }
|
||||
div.jGrowl.bottom-right { right: 0px; bottom: 0px; }
|
||||
div.jGrowl.center { top: 0px; width: 50%; left: 25%; }
|
||||
div.center div.jGrowl-notification, div.center div.jGrowl-closer { margin-left:auto; margin-right:auto; }
|
||||
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer { background: url(../images/backgrounds/sidebar.jpg); box-shadow: 0 1px 3px #909090; -webkit-box-shadow: 0 1px 3px #909090; -moz-box-shadow: 0 1px 3px #909090; opacity: .90; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90); zoom: 1; width: 235px; padding: 8px 15px; margin-top:5px; margin-bottom:5px; font-family: Arial, Helvetica, sans-serif; font-size: 1em; text-align:left; display: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
|
||||
div.jGrowl div.jGrowl-notification { min-height:40px; }
|
||||
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {margin: 10px;}
|
||||
div.jGrowl div.jGrowl-notification div.jGrowl-header { font-weight: bold; font-size: 12px; }
|
||||
div.jGrowl div.jGrowl-notification div.jGrowl-close {z-index: 99; float: right; font-weight: bold; font-size: 1em; cursor: pointer; }
|
||||
div.jGrowl div.jGrowl-closer { padding-top: 4px; padding-bottom: 4px; cursor: pointer; font-size: .9em; font-weight: bold; text-align: center; }
|
||||
|
||||
/** Hide jGrowl when printing **/
|
||||
@media print { div.jGrowl { display: none; } }
|
||||
|
||||
|
||||
/* ===== Color picker ===== */
|
||||
|
||||
.cPicker span { margin-left: 36px; font-size: 11px; white-space: nowrap; padding-top: 2px; display: block; }
|
||||
#cPicker { position: relative; }
|
||||
#cPicker div { position: absolute; top: 0px; left: 0px; width: 24px; height: 24px; background: url(../images/elements/colorPicker/select.png) center no-repeat; cursor: pointer; }
|
||||
.colorpicker { width: 356px; height: 176px; overflow: hidden; position: absolute; background: url(../images/elements/colorPicker/colorpicker_background.png); font-family: Arial, Helvetica, sans-serif; display: none; }
|
||||
.colorpicker_color { width: 150px; height: 150px; left: 14px; top: 13px; position: absolute; background: #f00; overflow: hidden; cursor: crosshair; }
|
||||
.colorpicker_color div { position: absolute; top: 0; left: 0; width: 150px; height: 150px; background: url(../images/elements/colorPicker/colorpicker_overlay.png); }
|
||||
.colorpicker_color div div { position: absolute; top: 0; left: 0; width: 11px; height: 11px; overflow: hidden; background: url(../images/elements/colorPicker/colorpicker_select.gif); margin: -5px 0 0 -5px; }
|
||||
.colorpicker_hue { position: absolute; top: 13px; left: 171px; width: 35px; height: 150px; cursor: n-resize; }
|
||||
.colorpicker_hue div { position: absolute; width: 35px; height: 9px; overflow: hidden; background: url(../images/elements/colorPicker/colorpicker_indic.gif) left top; margin: -4px 0 0 0; left: 0px; }
|
||||
.colorpicker_new_color { position: absolute; width: 60px; height: 30px; left: 213px; top: 13px; background: #f00; }
|
||||
.colorpicker_current_color { position: absolute; width: 60px; height: 30px; left: 283px; top: 13px; background: #f00; }
|
||||
.colorpicker input { background: none!important; height: auto!important; border: none!important; position: absolute; font-size: 10px!important; font-family: Arial, Helvetica, sans-serif; color: #898989!important; top: 5px; right: 11px; text-align: right; margin: 0; padding: 0!important; height: 11px; box-shadow: none!important; }
|
||||
.colorpicker_hex { position: absolute; width: 72px; height: 22px; background: url(../images/elements/colorPicker/colorpicker_hex.png) top; left: 212px; top: 142px; }
|
||||
.colorpicker_hex input { right: 6px; }
|
||||
.colorpicker_field { height: 22px; width: 62px; background-position: top; position: absolute; }
|
||||
.colorpicker_field span { position: absolute; width: 12px; height: 22px; overflow: hidden; top: 0; right: 0; cursor: n-resize; }
|
||||
.colorpicker_rgb_r { background-image: url(../images/elements/colorPicker/colorpicker_rgb_r.png); top: 52px; left: 212px; }
|
||||
.colorpicker_rgb_g { background-image: url(../images/elements/colorPicker/colorpicker_rgb_g.png); top: 82px; left: 212px; }
|
||||
.colorpicker_rgb_b { background-image: url(../images/elements/colorPicker/colorpicker_rgb_b.png); top: 112px; left: 212px; }
|
||||
.colorpicker_hsb_h { background-image: url(../images/elements/colorPicker/colorpicker_hsb_h.png); top: 52px; left: 282px; }
|
||||
.colorpicker_hsb_s { background-image: url(../images/elements/colorPicker/colorpicker_hsb_s.png); top: 82px; left: 282px; }
|
||||
.colorpicker_hsb_b { background-image: url(../images/elements/colorPicker/colorpicker_hsb_b.png); top: 112px; left: 282px; }
|
||||
.colorpicker_submit { position: absolute; width: 22px; height: 22px; background: url(../images/elements/colorPicker/colorpicker_submit.png) top; left: 322px; top: 142px; overflow: hidden; }
|
||||
.colorpicker_focus { background-position: center; }
|
||||
.colorpicker_hex.colorpicker_focus { background-position: bottom; }
|
||||
.colorpicker_submit.colorpicker_focus { background-position: bottom; }
|
||||
.colorpicker_slider { background-position: bottom; }
|
||||
|
||||
|
||||
/* ===== Rounded progress bars ===== */
|
||||
|
||||
.roundDashed { width: 90px; height: 90px; }
|
||||
.roundSolid { width: 92px; height: 92px; }
|
||||
.roundSolid > .jCProgress > div.percent { width: 92px; }
|
||||
.jCProgress { position: absolute; z-index: 99; }
|
||||
.jCProgress > div.percent { font-size: 20px; color:#6b6b6b; text-shadow: 0 1px 1px #fff; font-weight: bold; position:absolute; margin-top:35px; text-align: center; width: 90px; }
|
||||
|
||||
|
||||
|
||||
/* ===== File uploader ===== */
|
||||
|
||||
.plupload_buttons { margin: 7px 0; }
|
||||
.plupload_header { display: none; }
|
||||
.plupload_start { float: left; margin-left: 10px;}
|
||||
.plupload_start span { background: url(../images/upload.png) no-repeat 10px; padding: 5px 13px 6px 26px; display: block; }
|
||||
.plupload_disabled, a.plupload_disabled:hover { color: #a6a6a6!important; border: 1px solid #d5d5d5!important; background: #e5e5e5!important; box-shadow: none!important; -moz-box-shadow: none!important; text-shadow: none!important; cursor: default!important; }
|
||||
.plupload_disabled span { padding: 5px 13px 6px 13px; }
|
||||
.plupload_add { float: left; }
|
||||
.plupload_add span { background: url(../images/add.png) no-repeat 10px; padding: 5px 13px 6px 26px; display: block; }
|
||||
.plupload_wrapper { font-size: 11px;; width: 100%; }
|
||||
.plupload_container input { border: 1px solid #DDD; font-size: 11px; width: 98%; }
|
||||
.plupload_filelist { margin: 0; padding: 0; list-style: none; }
|
||||
.plupload_scroll .plupload_filelist { height: 185px; overflow-y: scroll; }
|
||||
.plupload_filelist li { padding: 10px 12px; background: whiteSmoke; border-bottom: 1px solid #E7E7E7; }
|
||||
.plupload_filelist li:hover { background-color: #f8f8f8; }
|
||||
.plupload_filelist_header, .plupload_filelist_footer { background: #EFEFEF; padding: 3px 0 3px 12px; color: #878787; }
|
||||
.plupload_filelist_header { border-bottom: 1px solid #d5d5d5; }
|
||||
.plupload_filelist_footer { border-top: 1px solid #D5D5D5; line-height: 30px; vertical-align: middle; }
|
||||
.plupload_filelist_footer .plupload_file_size, .plupload_filelist_footer .plupload_file_status, .plupload_filelist_footer .plupload_progress, .plupload_filelist_footer .plupload_file_action { margin-top: 8px; }
|
||||
.plupload_file_name { float: left; overflow: hidden; }
|
||||
.plupload_file_status { color: #777; }
|
||||
.plupload_file_status span {}
|
||||
.plupload_file_size, .plupload_file_status, .plupload_progress { float: right; width: 80px; }
|
||||
.plupload_file_size, .plupload_file_status, .plupload_file_action { text-align: right; }
|
||||
.plupload_filelist .plupload_file_name { width: 205px; }
|
||||
.plupload_file_action { float: right; width: 14px; margin-top: 4px; height: 14px; margin-left: 15px; }
|
||||
.plupload_file_action * { display: none; width: 14px; height: 14px; }
|
||||
li.plupload_done { color: #AAA; }
|
||||
li.plupload_delete a { background: url(../images/elements/uploader/deleteFile.png) no-repeat 0; }
|
||||
li.plupload_failed a { background: url(../images/elements/uploader/error.png) no-repeat 0; cursor: default; }
|
||||
li.plupload_done a { background: url(../images/elements/uploader/uploaded.png) no-repeat 0; cursor: default; }
|
||||
.plupload_progress, .plupload_upload_status { display: none; }
|
||||
.plupload_progress_container { margin-top: 10px; border: 1px solid #CCC; background: #FFF; padding: 1px; }
|
||||
.plupload_progress_bar { width: 0px; height: 7px; background: #CDEB8B; }
|
||||
.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action { margin-right: 17px; }
|
||||
.plupload_clear,.plupload_clearer { clear: both; }
|
||||
.plupload_clearer, .plupload_progress_bar { display: block; font-size: 0; line-height: 0; }
|
||||
li.plupload_droptext { background: url(../images/elements/uploader/drag.png) no-repeat 50%; text-align: center; vertical-align: middle; border: 0; line-height: 165px; text-indent: -9999px; }
|
||||
|
||||
|
||||
|
||||
/* ===== WYSUWYG editor ===== */
|
||||
|
||||
.cleditorMain iframe { border:none; margin:0; padding:0 }
|
||||
.cleditorMain textarea { border: none!important; margin: 0; resize: none; outline: none; height: 127px; box-shadow: none!important; font-size: 12px; padding: 10px; color: #363636; }
|
||||
.cleditorToolbar {background: url('../images/elements/wysiwyg/toolbar.gif') repeat}
|
||||
.cleditorGroup {float:left; height:26px}
|
||||
.cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url('../images/elements/wysiwyg/buttons.gif')}
|
||||
.cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)}
|
||||
.cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC}
|
||||
.cleditorPopup {border:solid 1px #999; background-color:white; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
|
||||
.cleditorList div {padding:2px 4px 2px 4px}
|
||||
.cleditorColor {width:150px; padding:1px 0 0 1px}
|
||||
.cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0}
|
||||
.cleditorPrompt {background-color:#F6F7F9; padding: 10px; font-size:8.5pt}
|
||||
.cleditorPrompt input[type=text],
|
||||
.cleditorPrompt textarea {font:8.5pt Arial,Verdana; width: auto; margin: 5px 0;}
|
||||
.cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt}
|
||||
|
||||
|
||||
|
||||
/* ===== Dual select boxes ===== */
|
||||
|
||||
.dualBoxes { padding: 22px 16px; position: relative; }
|
||||
.dualBtn { padding: 0 8px; line-height: 24px; font-size: 11px; cursor: pointer; border: 1px solid #d5d5d5; color: #525252; margin-left: -1px; height: 26px; }
|
||||
.leftBox, .rightBox { width: 40%; position: relative; }
|
||||
.leftBox { float: left; }
|
||||
.rightBox { float: right; }
|
||||
.fltr { position: absolute; right: 0; top: 5px; font-size: 12px; }
|
||||
.boxFilter { margin-bottom: 15px; }
|
||||
.dualControl { text-align: center; width: 90px; margin: 150px 1px; position: absolute; left: 50%; margin-left: -45px; }
|
||||
.countLabel { color: gray; font-style:italic; margin-top: 10px; display: block; }
|
||||
.storageBox { display:none; }
|
||||
.copiedOption { background-color: Yellow; }
|
||||
.boxFilter { background: white; height: 26px; width: 100%; border: 1px solid #D5D5D5; padding: 6px 8px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; margin-top: 5px; }
|
||||
|
||||
|
||||
|
||||
/* ===== Chosen multiple select plugin with dropdown ===== */
|
||||
|
||||
.chzn-container { position: relative; display: inline-block; zoom: 1; *display: inline; max-width: 100%; }
|
||||
.noSearch .chzn-search, .searchDrop .selector, .noSearch .selector { display: none; }
|
||||
.noSearch .chzn-results { margin: 0!important; padding: 2px!important; }
|
||||
.chzn-container > .chzn-drop { background: #fff; border: 1px solid #d5d5d5; border-top: 0; position: absolute; top: 29px; margin-top: 1px; left: 0; z-index: 998; width: 100%!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
|
||||
.chzn-container-single .chzn-single { border: 1px solid #d8d8d8; display: block; overflow: hidden; white-space: nowrap; position: relative; color: #808080; text-shadow: 0 1px #f5f5f5; height: 27px; line-height: 27px; padding: 0 0 0 10px; background: #fcfcfc; background: -moz-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1)); background: -webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%); background: -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%); background: -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%); background: linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 ); border: 1px solid #d2d2d2; box-sizing: content-box; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee; -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee; -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee; }
|
||||
.chzn-container-single .chzn-single span { display: block; font-size: 11px; padding-right: 30px; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; background: url(../images/elements/forms/selectArrow.png) no-repeat 100%; }
|
||||
.chzn-container-single .chzn-single abbr { display: block; position: absolute; right: 26px; top: 6px; width: 12px; height: 13px; font-size: 1px; }
|
||||
.chzn-container-single .chzn-single div { position: absolute; right: -1px; top: -1px; display: block; height: 27px; width: 27px; }
|
||||
.chzn-container-single .chzn-single div b { display: block; width: 27px; height: 28px; }
|
||||
.chzn-container-single .chzn-search { padding: 3px 4px; position: relative; margin: 0; white-space: nowrap; z-index: 1010; }
|
||||
.chzn-container-single .chzn-search input { margin: 1px 0; padding: 4px 20px 4px 5px; outline: 0; border: 1px solid #aaa; font-family: sans-serif; font-size: 11px; background: url(../images/searchSmall.png) no-repeat 98% !important; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; max-width: 100%; min-width: 100%; }
|
||||
.chzn-container-single-nosearch .chzn-search input { position: absolute; left: -9000px; }
|
||||
.chzn-container-multi .chzn-choices { border: 1px solid #ddd; margin: 0; cursor: text; overflow: hidden; height: auto !important; height: 1%; position: relative; font-size: 12px; padding: 4px; background: white; color: #656565; }
|
||||
.chzn-container-multi .chzn-choices li { float: left; list-style: none; }
|
||||
.chzn-container-multi .chzn-choices .search-field { white-space: nowrap; margin: 0; padding: 0; }
|
||||
.chzn-container-multi .chzn-choices .search-field input { color: #666; background: transparent !important; border: 0 !important; font-family: sans-serif; font-size: 12px!important; padding: 11px 4px 10px 4px!important; margin: 0; outline: 0; box-shadow: none!important; }
|
||||
.chzn-container-multi .chzn-choices .search-field .default { color: #999; }
|
||||
.chzn-container-multi .chzn-choices .search-choice { position: relative; line-height: 16px; font-size: 11px; border: 1px solid #A5D24A; display: block; float: left; padding: 5px 24px 5px 8px; background: #CDE69C; color: #638421; margin: 4px; }
|
||||
.chzn-container-multi .chzn-choices .search-choice-focus { background: #d4d4d4; }
|
||||
.chzn-container-multi .chzn-choices .search-choice .search-choice-close { display: block; position: absolute; right: 6px; top: 8px; width: 10px; height: 10px; font-size: 1px; background: url(../images/elements/forms/closeSelection.png) 50% no-repeat; }
|
||||
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close { background-position: right -11px; }
|
||||
.chzn-container .chzn-results { margin: 0 4px 4px 0; max-height: 240px; padding: 0 0 0 4px; position: relative; overflow-x: hidden; overflow-y: auto; }
|
||||
.chzn-container-multi .chzn-results { padding: 0; margin: 0; }
|
||||
.chzn-container .chzn-results li { display: none; line-height: 14px; padding: 5px 6px; margin: 0; list-style: none; font-size: 11px; }
|
||||
.chzn-container .chzn-results .active-result { cursor: pointer; display: list-item; }
|
||||
.chzn-container .chzn-results .highlighted { background-color: #3875d7; color: #fff; }
|
||||
.chzn-container .chzn-results li em { background: #feffde; font-style: normal; }
|
||||
.chzn-container .chzn-results .highlighted em { background: transparent; }
|
||||
.chzn-container .chzn-results .no-results { background: #f4f4f4; display: list-item; }
|
||||
.chzn-container .chzn-results .group-result { cursor: default; color: #2e74a6; font-weight: bold; font-size: 10px; border-bottom: 1px solid #DDD; border-top: 1px solid #DDD; }
|
||||
.chzn-container .chzn-results .group-option { padding-left: 15px; }
|
||||
.chzn-container-multi .chzn-drop .result-selected { display: none; }
|
||||
.chzn-container .chzn-results-scroll { background: white; margin: 0 4px; position: absolute; text-align: center; width: 321px; /* This should be dynamic with js */ z-index: 1; }
|
||||
.chzn-container .chzn-results-scroll span { display: inline-block; height: 17px; text-indent: -5000px; width: 9px; }
|
||||
.chzn-container .chzn-results-scroll-down { bottom: 0; }
|
||||
.chzn-container-active .chzn-single-with-drop div { background: transparent; border-left: none; }
|
||||
.chzn-container-active .chzn-choices { border: 1px solid #d5d5d5; }
|
||||
.chzn-container-active .chzn-choices .search-field input { color: #111 !important; }
|
||||
.chzn-disabled { cursor: default; opacity:0.5 !important; }
|
||||
.chzn-disabled .chzn-single { cursor: default; }
|
||||
.chzn-disabled .chzn-choices .search-choice .search-choice-close { cursor: default; }
|
||||
|
||||
|
||||
|
||||
/* ===== Datatables ===== */
|
||||
|
||||
table.dataTable { margin: 0 auto; clear: both; width: 100%; }
|
||||
table.dataTable thead th { padding: 3px 18px 2px 10px; font-weight: normal; color: #909090; cursor: pointer; *cursor: hand; font-size: 11px; box-shadow: 0 1px 0px #fff inset; -webkit-box-shadow: 0 1px 0px #fff inset; -moz-box-shadow: 0 1px 0px #fff inset; }
|
||||
table.dataTable tfoot th { padding: 3px 18px 3px 10px;font-weight: bold; }
|
||||
table.dataTable td { padding: 7px 11px; }
|
||||
table.dataTable td.center, table.dataTable td.dataTables_empty { text-align: center; }
|
||||
table.dataTable tbody tr td, table.dataTable thead tr th { border-left: 1px solid #dfdfdf; }
|
||||
table.dataTable tbody tr td:first-child, table.dataTable thead tr th:first-child { border-left: none; }
|
||||
table.dataTable thead tr:first-child { margin: 0; padding: 0; border-top: none; }
|
||||
table.dataTable tr { border-top: 1px solid #dfdfdf; }
|
||||
table.dataTable tr.odd { }
|
||||
table.dataTable tr.even { background-color: #f2f2f2; }
|
||||
|
||||
tr.odd.gradeA td.sorting_1 { background-color: #f4f4f4; }
|
||||
tr.odd.gradeA td.sorting_2 { background-color: #d1ffd1; }
|
||||
tr.odd.gradeA td.sorting_3 { background-color: #d1ffd1; }
|
||||
tr.even.gradeA td.sorting_1 { background-color: #efefef; }
|
||||
tr.even.gradeA td.sorting_2 { background-color: #e2ffe2; }
|
||||
tr.even.gradeA td.sorting_3 { background-color: #e2ffe2; }
|
||||
tr.odd.gradeC td.sorting_1 { background-color: #c4c4ff; }
|
||||
tr.odd.gradeC td.sorting_2 { background-color: #d1d1ff; }
|
||||
tr.odd.gradeC td.sorting_3 { background-color: #d1d1ff; }
|
||||
tr.even.gradeC td.sorting_1 { background-color: #d5d5ff; }
|
||||
tr.even.gradeC td.sorting_2 { background-color: #e2e2ff; }
|
||||
tr.even.gradeC td.sorting_3 { background-color: #e2e2ff; }
|
||||
|
||||
.dataTables_wrapper { position: relative; clear: both; *zoom: 1; }
|
||||
.dataTables_length { float: right; margin-top: 15px; }
|
||||
.showentries { float: left; margin: 4px 15px 0 0; }
|
||||
.dataTables_filter { float: left; font-size: 11px; text-align: left; margin: 18px 0; position: relative; }
|
||||
.dataTables_filter label > span { display: block; float: left; padding-top: 1px; }
|
||||
.dataTables_filter input[type=text] { padding: 5px 20px 5px 7px; margin-left: 15px; width: 180px; background: #f9f9f9; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; border: 1px solid #d7d7d7; }
|
||||
.dataTables_info { float: left; padding: 6px 0; }
|
||||
.tableFooter { clear: both; padding: 8px 12px; height: 36px; font-size: 11px; color: #636363; border-top: 1px solid #cdcdcd; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; background: #f8f8f8; background: -moz-linear-gradient(top, #f8f8f8 0%, #efefef 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#efefef)); background: -webkit-linear-gradient(top, #f8f8f8 0%,#efefef 100%); background: -o-linear-gradient(top, #f8f8f8 0%,#efefef 100%); background: -ms-linear-gradient(top, #f8f8f8 0%,#efefef 100%); background: linear-gradient(top, #f8f8f8 0%,#efefef 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efefef',GradientType=0 ); }
|
||||
.tableFooter .loading { float: left; padding: 0 6px; }
|
||||
|
||||
.hiddenpars .tablePars { display: none; }
|
||||
.shownpars .tablePars { display: block; }
|
||||
.tablePars { border-bottom: 1px solid #D5D5D5; height: 61px; box-shadow: 0 1px 0 #fff inset; -webkit-box-shadow: 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #fff inset; clear: both; padding: 0 16px; font-size: 11px; color: #636363; background: url(../images/backgrounds/alt.png); }
|
||||
|
||||
.dataTables_paginate { float: right; margin-top: 7px; }
|
||||
.dataTables_paginate .last { margin-right: 0!important; }
|
||||
|
||||
/* Two button pagination - previous / next */
|
||||
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next { height: 19px; float: left; cursor: pointer; *cursor: hand; color: #111 !important; }
|
||||
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover { text-decoration: none !important; }
|
||||
.paginate_disabled_previous:active, .paginate_enabled_previous:active, .paginate_disabled_next:active, .paginate_enabled_next:active { outline: none; }
|
||||
.paginate_disabled_previous, .paginate_disabled_next { color: #666 !important; }
|
||||
.paginate_disabled_previous, .paginate_enabled_previous { padding-left: 23px; }
|
||||
.paginate_disabled_next, .paginate_enabled_next { padding-right: 23px; margin-left: 10px; }
|
||||
.paginate_enabled_previous { background: url('../images/tables/back_enabled.png') no-repeat top left; }
|
||||
.paginate_enabled_previous:hover { background: url('../images/tables/back_enabled_hover.png') no-repeat top left; }
|
||||
.paginate_disabled_previous { background: url('../images/tables/back_disabled.png') no-repeat top left; }
|
||||
.paginate_enabled_next { background: url('../images/tables/forward_enabled.png') no-repeat top right; }
|
||||
.paginate_enabled_next:hover { background: url('../images/tables/forward_enabled_hover.png') no-repeat top right; }
|
||||
.paginate_disabled_next { background: url('../images/tables/forward_disabled.png') no-repeat top right; }
|
||||
|
||||
/* Full number pagination */
|
||||
.paging_full_numbers { height: 22px; line-height: 22px; }
|
||||
.paging_full_numbers .next:active, .paging_full_numbers .first:active, .paging_full_numbers .previous:active, .paging_full_numbers .last:active { font-weight: normal!important; }
|
||||
.paging_full_numbers a:active { outline: none }
|
||||
.paging_full_numbers a:hover { text-decoration: none; }
|
||||
.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active { border: 1px solid #d3d3d3; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 4px 7px; margin: 0 3px; cursor: pointer; *cursor: hand; color: #919191; font-size: 11px; box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf; -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf; -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf; }
|
||||
.paging_full_numbers a.paginate_button { background: #f9f9f9; background: -moz-linear-gradient(top, #f9f9f9 0%, #eeeeee 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eeeeee)); background: -webkit-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%); background: -o-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%); background: -ms-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%); background: linear-gradient(top, #f9f9f9 0%,#eeeeee 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee',GradientType=0 ); }
|
||||
.paging_full_numbers a.paginate_button:hover { background: #f6f6f6; background: -moz-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e8e8e8)); background: -webkit-linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%); background: -o-linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%); background: -ms-linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%); background: linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e8e8e8',GradientType=0 ); }
|
||||
.paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button:active { background: #6f6f6f; color: #fff; border-color: #646464; box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -moz-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; font-weight: bold; }
|
||||
.paginate_button_disabled, .paginate_button_disabled:active { background: #eaeaea!important; color: #c5c5c5!important; box-shadow: none!important; font-weight: normal!important; }
|
||||
.paginate_button_disabled:active { border-color: #d3d3d3!important; }
|
||||
|
||||
.dataTables_processing { position: absolute; top: 50%; left: 50%; width: 250px; height: 30px; margin-left: -125px; margin-top: -15px; padding: 14px 0 2px 0; border: 1px solid #ddd; text-align: center; color: #999; font-size: 14px; background-color: white; }
|
||||
.sorting { background: #eee url('../images/tables/sort_both.png') no-repeat center right; }
|
||||
.sorting_asc { background: #eee url('../images/tables/sort_asc.png') no-repeat center right; }
|
||||
.sorting_desc { background: #eee url('../images/tables/sort_desc.png') no-repeat center right; }
|
||||
.sorting_asc_disabled { background: url('../images/tables/sort_asc_disabled.png') no-repeat center right; }
|
||||
.sorting_desc_disabled { background: url('../images/tables/sort_desc_disabled.png') no-repeat center right; }
|
||||
table.dataTable th:active { outline: none; }
|
||||
.dataTables_scroll { clear: both; }
|
||||
.dataTables_scrollBody { *margin-top: -1px; -webkit-overflow-scrolling: touch; }
|
||||
|
||||
|
||||
|
||||
|
||||
/* ===== iPhone like checkboxes ===== */
|
||||
|
||||
.whead .on_off { padding: 9px 9px 7px 9px; float: right; }
|
||||
.whead .on_off .ibutton-container { float: right; }
|
||||
.whead .on_off [class^="icon-"], .whead .on_off [class*=" icon-"] { margin-top: 3px; display: block; float: left; }
|
||||
.on_off .ibutton-label-off span { background: url(../images/elements/checkboxes/no.png) no-repeat; width: 8px; height: 9px; position: relative; left: -4px; display: block; float: right; padding-top: 0; margin-top: 2px; padding-right: 7px; text-indent: -9999px; }
|
||||
.on_off .ibutton-label-on span { background: url(../images/elements/checkboxes/yes.png) no-repeat; width: 11px; left: -1px; position: relative; height: 11px; display: block; float: right; padding-top: 0px; margin-top: 1px; padding-right: 7px; }
|
||||
.on_off .ibutton-label-off { color: #fff; background-position: 100% 0; text-shadow: 0 1px #808080; text-align: right; right: 0; width: 95%; }
|
||||
.on_off .ibutton-container { height: 21px; }
|
||||
.on_off .ibutton-label-on { color: #fff; text-shadow: 0 1px #808080; left: 0; z-index: 1; background-position: 0 -52px; }
|
||||
.on_off .ibutton-label-off { background-position: 100% -52px; }
|
||||
.on_off .ibutton-label-on, .on_off .ibutton-label-off { height: 21px; }
|
||||
.on_off .ibutton-handle { height: 20px; background-position: 0 -73px; }
|
||||
.on_off .ibutton-handle-right { background: transparent url(../images/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 100% -73px; }
|
||||
.on_off .ibutton-handle-middle { background: transparent url(../images/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 50% -73px; }
|
||||
.on_off .ibutton-padding-left, .on_off .ibutton-padding-right { position: absolute; top: 0; z-index: 2; background: transparent url(../images/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 0 -52px; width: 3px; height: 20px; }
|
||||
.on_off .ibutton-padding-right { background-position: 100% -52px; }
|
||||
|
||||
.ibutton-container { position: relative; height: 26px; cursor: pointer; overflow: hidden; max-width: 400px; -khtml-user-select: none; -o-user-select: none; -moz-user-select: none; -moz-user-focus: ignore; -moz-user-input: disabled; width: 89px; }
|
||||
.ibutton-container input { position: absolute; top: 0; left: 0; filter:alpha(opacity=0); -moz-opacity: 0.0; opacity: 0.0; -moz-user-input: enabled !important; }
|
||||
.ibutton-handle { display: block; height: 25px; cursor: inherit; position: absolute; top: 0; left: 0; width: 0; background: transparent url(../images/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 0 -26px; z-index: 3; padding-left: 3px; width: 33px; }
|
||||
.ibutton-handle-right { height: 100%; width: 100%; padding-right: 3px; background: transparent url(../images/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 100% -26px; z-index: 3; }
|
||||
.ibutton-handle-middle { height: 100%; width: 100%; background: transparent url(../images/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 50% -26px; z-index: 3; }
|
||||
div.ibutton-label-on, div.ibutton-label-off { white-space: nowrap; font-size: 11px; line-height: 18px; font-weight: bold; text-transform: uppercase; cursor: inherit; display: block; height: 26px; position: absolute; width: auto; top: 0; padding-top: 4px; overflow: hidden; text-align: center; background: transparent url(../images/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 0 0; }
|
||||
div.ibutton-label-on { color: #fff; text-shadow: 0 1px #808080; left: 0; z-index: 1; }
|
||||
div.ibutton-label-on span { padding-left: 0px; }
|
||||
div.ibutton-label-off { color: #fff; background-position: 100% 0; text-shadow: 0 1px #808080; text-align: right; right: 0; width: 95%; }
|
||||
div.ibutton-label-off span label { padding-right: 10px; margin-left: -2px }
|
||||
.ibutton-padding-left { left: 0; }
|
||||
.ibutton-padding-right { right: 0; }
|
||||
.ibutton-disabled { cursor: not-allowed !important; opacity: 0.6; filter:alpha(opacity=60); }
|
||||
|
||||
|
||||
|
||||
|
||||
/* ===== Tipsy ===== */
|
||||
|
||||
.tipsy { padding: 4px; font-size: 11px; position: absolute; z-index: 1000; }
|
||||
.tipsy-inner { padding: 2px 10px 2px 10px; background-color: #1d1d1d; color: white; max-width: 200px; text-align: center; }
|
||||
.tipsy-inner { border-radius: 2px; -moz-border-radius:2px; -webkit-border-radius:2px; }
|
||||
.tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
|
||||
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
|
||||
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
|
||||
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
|
||||
/*.tipsy-s { margin-top: -5px; }
|
||||
.tipsy-w { margin-left: 5px; }
|
||||
.tipsy-e { margin-right: -5px; }
|
||||
.tipsy-n { margin-top: 5px; }*/
|
||||
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
|
||||
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
|
||||
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
|
||||
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
|
||||
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
|
133
war/resources/css/reset.css
Normal file
133
war/resources/css/reset.css
Normal file
@ -0,0 +1,133 @@
|
||||
|
||||
/* ===== CSS reset ===== */
|
||||
|
||||
html, body, div, span, applet, object, iframe,
|
||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||
a, abbr, acronym, address, big, cite, code,
|
||||
del, dfn, em, font, img, ins, kbd, q, s, samp,
|
||||
small, strike, strong, sub, sup, tt, var,
|
||||
b, u, i, center,
|
||||
dl, dt, dd, ul, li,
|
||||
fieldset, form, label, legend,
|
||||
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }
|
||||
ul { list-style: none; }
|
||||
blockquote, q { quotes: none; }
|
||||
blockquote:before, blockquote:after,
|
||||
q:before, q:after { content: ''; content: none; }
|
||||
/* remember to define focus styles! */
|
||||
:focus { outline: 0; }
|
||||
/* remember to highlight inserts somehow! padding: 9px 17px 9px 17px; */
|
||||
ins { text-decoration: none; }
|
||||
del { text-decoration: line-through; }
|
||||
/* tables still need 'cellspacing="0"' in the markup */
|
||||
table { border-collapse: collapse; }
|
||||
*, * focus {
|
||||
outline: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
textarea { overflow: auto; }
|
||||
textarea, input, input[type=text], input[type=password] { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
|
||||
input, textarea { border: none; }
|
||||
button, input[type=submit] { font-family: Arial, Helvetica, sans-serif; }
|
||||
|
||||
img { border: 0; }
|
||||
ul { list-style: none; margin: 0; padding: 0; }
|
||||
p { margin: 0; padding: 0; }
|
||||
:focus { outline: 0; }
|
||||
a { text-decoration: none; color: #2b6893; }
|
||||
|
||||
.normal { font-style: normal; }
|
||||
.normalFont { font-style: normal; font-weight: normal; }
|
||||
|
||||
|
||||
/* ========== Correction classes ========== */
|
||||
.mt40 { margin-top: 40px; }
|
||||
|
||||
.nomargin { margin: 0!important; }
|
||||
|
||||
/* + Correction margins + */
|
||||
.m10 { margin: 10px 0; }
|
||||
.m15 { margin: 15px 0; }
|
||||
.m20 { margin: 20px 0; }
|
||||
|
||||
.mr5 { margin-right: 5px; }
|
||||
.mr10 { margin-right: 10px; }
|
||||
.mr15 { margin-right: 15px; }
|
||||
.mr20 { margin-right: 20px; }
|
||||
.mr25 { margin-right: 25px; }
|
||||
.mr30 { margin-right: 30px; }
|
||||
|
||||
.mb0 { margin-bottom: 0; }
|
||||
.mb5 { margin-bottom: 5px; }
|
||||
.mb10 { margin-bottom: 10px; }
|
||||
.mb15 { margin-bottom: 15px; }
|
||||
.mb20 { margin-bottom: 20px; }
|
||||
.mb25 { margin-bottom: 25px; }
|
||||
.mb30 { margin-bottom: 30px; }
|
||||
.mb40 { margin-bottom: 40px; }
|
||||
|
||||
|
||||
.mt0 { margin-top: 0!important; }
|
||||
.mt5 { margin-top: 5px; }
|
||||
.mt8 { margin-top: 8px; }
|
||||
.mt10 { margin-top: 10px; }
|
||||
.mt12 { margin-top: 12px; }
|
||||
.mt15 { margin-top: 15px; }
|
||||
.mt20 { margin-top: 20px; }
|
||||
.mt25 { margin-top: 25px; }
|
||||
.mt30 { margin-top: 30px; }
|
||||
.mt35 { margin-top: 35px; }
|
||||
|
||||
|
||||
.ml5 { margin-left: 5px; }
|
||||
.ml10 { margin-left: 10px; }
|
||||
.ml15 { margin-left: 15px; }
|
||||
.ml20 { margin-left: 20px; }
|
||||
.ml25 { margin-left: 25px; }
|
||||
.ml30 { margin-left: 30px; }
|
||||
|
||||
|
||||
.mr5 { margin-right: 5px; }
|
||||
.mr10 { margin-right: 10px; }
|
||||
.mr15 { margin-right: 15px; }
|
||||
.mr20 { margin-right: 20px; }
|
||||
.mr25 { margin-right: 25px; }
|
||||
.mr30 { margin-right: 30px; }
|
||||
|
||||
|
||||
|
||||
/* + Correction paddings + */
|
||||
.pb0 { padding-bottom: 0!important; }
|
||||
.pb5 { padding-bottom: 5px; }
|
||||
.pb10 { padding-bottom: 10px; }
|
||||
.pb15 { padding-bottom: 15px; }
|
||||
.pb20 { padding-bottom: 20px; }
|
||||
.pb25 { padding-bottom: 25px; }
|
||||
.pb30 { padding-bottom: 30px; }
|
||||
|
||||
.pt0 { padding-top: 0; }
|
||||
.pt5 { padding-top: 5px; }
|
||||
.pt10 { padding-top: 10px; }
|
||||
.pt15 { padding-top: 15px; }
|
||||
.pt20 { padding-top: 20px; }
|
||||
.pt25 { padding-top: 25px; }
|
||||
.pt30 { padding-top: 30px; }
|
||||
|
||||
|
||||
input::-moz-focus-inner /*Remove button padding in FF*/
|
||||
{
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
button::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border: 0
|
||||
}
|
||||
|
||||
a.button::-moz-focus-inner /*Remove button padding in FF*/
|
||||
{
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
2449
war/resources/css/styles.css
Normal file
2449
war/resources/css/styles.css
Normal file
File diff suppressed because it is too large
Load Diff
586
war/resources/css/ui_custom.css
Normal file
586
war/resources/css/ui_custom.css
Normal file
@ -0,0 +1,586 @@
|
||||
/*
|
||||
* jQuery UI CSS Framework @VERSION
|
||||
*
|
||||
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Theming/API
|
||||
*/
|
||||
|
||||
/* Layout helpers
|
||||
----------------------------------*/
|
||||
.ui-helper-hidden { display: none; }
|
||||
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
|
||||
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
||||
.ui-helper-clearfix:after { content: "."; display: block; height: 0; /*clear: both;*/ visibility: hidden; }
|
||||
.ui-helper-clearfix { display: inline-block; }
|
||||
* html .ui-helper-clearfix { height:1%; }
|
||||
.ui-helper-clearfix { display:block; }
|
||||
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
||||
.ui-state-disabled { cursor: default !important; }
|
||||
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
|
||||
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
|
||||
|
||||
/* Component containers
|
||||
----------------------------------*/
|
||||
.ui-widget { font-size: 12px; }
|
||||
.ui-widget .ui-widget { font-size: 1em; }
|
||||
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 11px; }
|
||||
.ui-widget-content { background: #fafafa; /*border: 1px solid #CDCDCD;*/ box-shadow: 0 2px 2px -2px #ccc; }
|
||||
.ui-widget-content a { color: #222222; }
|
||||
.ui-widget-header { font-weight: bold; }
|
||||
.ui-widget-header a { color: #222222; }
|
||||
|
||||
|
||||
/* Interaction states
|
||||
----------------------------------*/
|
||||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border-left: 1px solid #d5d5d5; font-weight: normal; border-bottom: 1px solid #D5D5D5; }
|
||||
th.ui-state-default:first-child { border-left: none; }
|
||||
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
|
||||
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: #fafafa; font-weight: normal; color: #212121; }
|
||||
.ui-state-hover a, .ui-state-hover a:hover { color: #797979; text-decoration: none; }
|
||||
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: #fafafa; font-weight: normal; color: #5a95ba; }
|
||||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #797979; text-decoration: none; }
|
||||
.ui-widget :active { outline: none; }
|
||||
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
|
||||
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(../images/jquery_ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
|
||||
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
|
||||
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
|
||||
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
||||
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
||||
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon { width: 16px; height: 16px; background-image: url(../images/jquery_ui/ui-icons_222222_256x240.png); }
|
||||
.ui-widget-content .ui-icon {background-image: url(../images/jquery_ui/ui-icons_222222_256x240.png); }
|
||||
.ui-widget-header .ui-icon {background-image: url(../images/jquery_ui/ui-icons_222222_256x240.png); }
|
||||
.ui-state-default .ui-icon { background-image: url(../images/jquery_ui/ui-icons_888888_256x240.png); }
|
||||
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/jquery_ui/ui-icons_454545_256x240.png); }
|
||||
.ui-state-active .ui-icon {background-image: url(../images/jquery_ui/ui-icons_454545_256x240.png); }
|
||||
.ui-state-highlight .ui-icon {background-image: url(../images/jquery_ui/ui-icons_2e83ff_256x240.png); }
|
||||
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/jquery_ui/ui-icons_cd0a0a_256x240.png); }
|
||||
|
||||
/* positioning */
|
||||
.ui-icon-carat-1-n { background-position: 0 0; }
|
||||
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
||||
.ui-icon-carat-1-e { background-position: -32px 0; }
|
||||
.ui-icon-carat-1-se { background-position: -48px 0; }
|
||||
.ui-icon-carat-1-s { background-position: -64px 0; }
|
||||
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
||||
.ui-icon-carat-1-w { background-position: -96px 0; }
|
||||
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
||||
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
||||
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
||||
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
||||
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
||||
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
||||
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
||||
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
||||
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
||||
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
||||
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
||||
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
||||
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
||||
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
||||
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
||||
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
||||
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
||||
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
||||
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
||||
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
||||
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
||||
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
||||
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
||||
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
||||
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
||||
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
||||
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
||||
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
||||
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
||||
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
||||
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
||||
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
||||
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
||||
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
||||
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
||||
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
||||
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
||||
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
||||
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
||||
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
||||
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
||||
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
||||
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
||||
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
||||
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
||||
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
||||
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
||||
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
||||
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
||||
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
||||
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
||||
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
||||
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
||||
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
||||
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
||||
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
||||
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
||||
.ui-icon-extlink { background-position: -32px -80px; }
|
||||
.ui-icon-newwin { background-position: -48px -80px; }
|
||||
.ui-icon-refresh { background-position: -64px -80px; }
|
||||
.ui-icon-shuffle { background-position: -80px -80px; }
|
||||
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
||||
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
||||
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
||||
.ui-icon-folder-open { background-position: -16px -96px; }
|
||||
.ui-icon-document { background-position: -32px -96px; }
|
||||
.ui-icon-document-b { background-position: -48px -96px; }
|
||||
.ui-icon-note { background-position: -64px -96px; }
|
||||
.ui-icon-mail-closed { background-position: -80px -96px; }
|
||||
.ui-icon-mail-open { background-position: -96px -96px; }
|
||||
.ui-icon-suitcase { background-position: -112px -96px; }
|
||||
.ui-icon-comment { background-position: -128px -96px; }
|
||||
.ui-icon-person { background-position: -144px -96px; }
|
||||
.ui-icon-print { background-position: -160px -96px; }
|
||||
.ui-icon-trash { background-position: -176px -96px; }
|
||||
.ui-icon-locked { background-position: -192px -96px; }
|
||||
.ui-icon-unlocked { background-position: -208px -96px; }
|
||||
.ui-icon-bookmark { background-position: -224px -96px; }
|
||||
.ui-icon-tag { background-position: -240px -96px; }
|
||||
.ui-icon-home { background-position: 0 -112px; }
|
||||
.ui-icon-flag { background-position: -16px -112px; }
|
||||
.ui-icon-calendar { background-position: -32px -112px; }
|
||||
.ui-icon-cart { background-position: -48px -112px; }
|
||||
.ui-icon-pencil { background-position: -64px -112px; }
|
||||
.ui-icon-clock { background-position: -80px -112px; }
|
||||
.ui-icon-disk { background-position: -96px -112px; }
|
||||
.ui-icon-calculator { background-position: -112px -112px; }
|
||||
.ui-icon-zoomin { background-position: -128px -112px; }
|
||||
.ui-icon-zoomout { background-position: -144px -112px; }
|
||||
.ui-icon-search { background-position: -160px -112px; }
|
||||
.ui-icon-wrench { background-position: -176px -112px; }
|
||||
.ui-icon-gear { background-position: -192px -112px; }
|
||||
.ui-icon-heart { background-position: -208px -112px; }
|
||||
.ui-icon-star { background-position: -224px -112px; }
|
||||
.ui-icon-link { background-position: -240px -112px; }
|
||||
.ui-icon-cancel { background-position: 0 -128px; }
|
||||
.ui-icon-plus { background-position: -16px -128px; }
|
||||
.ui-icon-plusthick { background-position: -32px -128px; }
|
||||
.ui-icon-minus { background-position: -48px -128px; }
|
||||
.ui-icon-minusthick { background-position: -64px -128px; }
|
||||
.ui-icon-close { background-position: -80px -128px; }
|
||||
.ui-icon-closethick { background-position: -96px -128px; }
|
||||
.ui-icon-key { background-position: -112px -128px; }
|
||||
.ui-icon-lightbulb { background-position: -128px -128px; }
|
||||
.ui-icon-scissors { background-position: -144px -128px; }
|
||||
.ui-icon-clipboard { background-position: -160px -128px; }
|
||||
.ui-icon-copy { background-position: -176px -128px; }
|
||||
.ui-icon-contact { background-position: -192px -128px; }
|
||||
.ui-icon-image { background-position: -208px -128px; }
|
||||
.ui-icon-video { background-position: -224px -128px; }
|
||||
.ui-icon-script { background-position: -240px -128px; }
|
||||
.ui-icon-alert { background-position: 0 -144px; }
|
||||
.ui-icon-info { background-position: -16px -144px; }
|
||||
.ui-icon-notice { background-position: -32px -144px; }
|
||||
.ui-icon-help { background-position: -48px -144px; }
|
||||
.ui-icon-check { background-position: -64px -144px; }
|
||||
.ui-icon-bullet { background-position: -80px -144px; }
|
||||
.ui-icon-radio-off { background-position: -96px -144px; }
|
||||
.ui-icon-radio-on { background-position: -112px -144px; }
|
||||
.ui-icon-pin-w { background-position: -128px -144px; }
|
||||
.ui-icon-pin-s { background-position: -144px -144px; }
|
||||
.ui-icon-play { background-position: 0 -160px; }
|
||||
.ui-icon-pause { background-position: -16px -160px; }
|
||||
.ui-icon-seek-next { background-position: -32px -160px; }
|
||||
.ui-icon-seek-prev { background-position: -48px -160px; }
|
||||
.ui-icon-seek-end { background-position: -64px -160px; }
|
||||
.ui-icon-seek-start { background-position: -80px -160px; }
|
||||
.ui-icon-seek-first { background-position: -80px -160px; }
|
||||
.ui-icon-stop { background-position: -96px -160px; }
|
||||
.ui-icon-eject { background-position: -112px -160px; }
|
||||
.ui-icon-volume-off { background-position: -128px -160px; }
|
||||
.ui-icon-volume-on { background-position: -144px -160px; }
|
||||
.ui-icon-power { background-position: 0 -176px; }
|
||||
.ui-icon-signal-diag { background-position: -16px -176px; }
|
||||
.ui-icon-signal { background-position: -32px -176px; }
|
||||
.ui-icon-battery-0 { background-position: -48px -176px; }
|
||||
.ui-icon-battery-1 { background-position: -64px -176px; }
|
||||
.ui-icon-battery-2 { background-position: -80px -176px; }
|
||||
.ui-icon-battery-3 { background-position: -96px -176px; }
|
||||
.ui-icon-circle-plus { background-position: 0 -192px; }
|
||||
.ui-icon-circle-minus { background-position: -16px -192px; }
|
||||
.ui-icon-circle-close { background-position: -32px -192px; }
|
||||
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
||||
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
||||
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
||||
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
||||
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
||||
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
||||
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
||||
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
||||
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
||||
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
||||
.ui-icon-circle-check { background-position: -208px -192px; }
|
||||
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
||||
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
||||
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
||||
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
||||
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
||||
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
||||
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
||||
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
||||
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
||||
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
||||
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
.ui-corner-tl { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; }
|
||||
.ui-corner-tr { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
|
||||
.ui-corner-bl { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
|
||||
.ui-corner-br { -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
|
||||
.ui-corner-top { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
|
||||
.ui-corner-bottom { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
|
||||
.ui-corner-right { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
|
||||
.ui-corner-left { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
|
||||
.ui-corner-all { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay { background: #aaaaaa url(../images/elements/ui/pageOverlay.png); opacity: .60;filter:Alpha(Opacity=60); }
|
||||
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../images/jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
|
||||
|
||||
|
||||
/* ===== UI resizable ===== */
|
||||
|
||||
.ui-resizable { position: relative;}
|
||||
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
|
||||
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
||||
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
|
||||
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
|
||||
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
|
||||
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
|
||||
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
||||
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
||||
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
||||
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
|
||||
|
||||
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
|
||||
|
||||
.ui-accordion { width: 100%; }
|
||||
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
|
||||
.ui-accordion .ui-accordion-li-fix { display: inline; }
|
||||
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
|
||||
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
|
||||
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
|
||||
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
|
||||
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
|
||||
.ui-accordion .ui-accordion-content-active { display: block; }
|
||||
|
||||
|
||||
/* ===== UI autocomplete ===== */
|
||||
|
||||
.ui-autocomplete { position: absolute; display: none; padding: 0; z-index: 100!important; border: 1px solid #d5d5d5; border-top: none; max-height: 185px; overflow: auto; }
|
||||
.ui-autocomplete .ui-state-hover { background: none; padding: 6px 10px 7px 32px; }
|
||||
|
||||
/* workarounds */
|
||||
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
|
||||
|
||||
.ui-menu { display: block; float: left; }
|
||||
.ui-menu .ui-menu { }
|
||||
.ui-menu .ui-menu-item { margin:0; padding: 0; zoom: 1; float: left; clear: left; width: 100%; border-bottom: 1px solid #eaeaea; border-top: 1px solid #fff; background: #fafafa; }
|
||||
.ui-menu .ui-menu-item a { text-decoration:none; display:block; padding: 6px 10px 7px 10px; color: #444; line-height:1.5; zoom:1; font-size: 11px; cursor: pointer; }
|
||||
.ui-menu .ui-menu-item a.ui-state-hover { background-color: #f5f5f5; }
|
||||
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; }
|
||||
|
||||
|
||||
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
|
||||
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
|
||||
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
|
||||
.ui-button-icons-only { width: 3.4em; }
|
||||
button.ui-button-icons-only { width: 3.7em; }
|
||||
|
||||
/*button text element */
|
||||
.ui-button .ui-button-text { display: block; }
|
||||
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
|
||||
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
|
||||
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
|
||||
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
|
||||
/* no icon support for input elements, provide padding by default */
|
||||
input.ui-button { padding: .4em 1em; }
|
||||
|
||||
/*button icon element(s) */
|
||||
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
|
||||
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
|
||||
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
|
||||
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
||||
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
||||
|
||||
/*button sets*/
|
||||
.ui-buttonset { margin-right: 5px; }
|
||||
.ui-buttonset .ui-button { margin: 0 3px; background: #FAFAFA; border: 1px solid #D5D5D5; line-height: 14px; font-size: 11px; }
|
||||
|
||||
/* workarounds */
|
||||
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
|
||||
|
||||
|
||||
/* ===== UI Dialog ===== */
|
||||
|
||||
.ui-dialog { position: absolute; padding: 3px; width: auto; background: #808080; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
|
||||
|
||||
.ui-dialog input[type=text], .ui-dialog input[type=password], .ui-dialog textarea { font-size: 11px; padding: 6px 5px; background: white; border: 1px solid #DDD; width: 100%; font-family: Arial, Helvetica, sans-serif; box-shadow: 0 0 0 2px #f4f4f4; color: #656565; width: 100%; margin: 10px auto; display: block; box-sizing: border-box; }
|
||||
.ui-dialog form { }
|
||||
.ui-dialog form label { float: left; cursor: pointer; margin-bottom: 3px; }
|
||||
.dialogSelect label { margin: 4px 15px 0 0; }
|
||||
.customDialog { padding: 0!important; }
|
||||
.ui-dialog .icon { padding: 1px 6px 0 0; float: left; }
|
||||
.ui-dialog .titleIcon { position: absolute; top: -10px; }
|
||||
.ui-dialog p { padding: 0!important; }
|
||||
.ui-dialog .ui-dialog-titlebar { position: relative; border-bottom: 1px solid #CDCDCD; box-shadow: 0 1px 0 #fff; text-shadow: 0 1px white; background: #f8f8f8; background: -moz-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8)); background: -webkit-linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%); background: -o-linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%); background: -ms-linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%); background: linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 ); }
|
||||
.ui-dialog .ui-dialog-title { height: 40px; padding: 0 14px; line-height: 40px; }
|
||||
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: 6px; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
||||
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; opacity: 0.6; }
|
||||
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 1px; background: #fafafa; }
|
||||
.ui-dialog .ui-dialog-content { position: relative; overflow: auto; zoom: 1; padding: 10px 12px; background: #f5f5f5; clear: both; }
|
||||
.ui-dialog .ui-dialog-buttonpane { padding: 0 12px; font-size: .9em; border-top: 1px solid #cdcdcd; padding: 10px 0; text-shadow: 0 1px white; background: #f8f8f8; background: -moz-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8)); background: -webkit-linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%); background: -o-linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%); background: -ms-linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%); background: linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 ); }
|
||||
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { text-align: right; margin: 0 4px; }
|
||||
.ui-dialog .ui-dialog-buttonpane button { font-size: 11px; color: #fff; font-weight: bold; text-shadow: 0 -1px #6f6f6f; display: inline-block; line-height: 14px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; padding: 7px 16px; margin: 0 5px; border: 1px solid #3e76af; box-shadow: 0 1px 2px 0 #66b2d2 inset; background: #5ba5cb; background: -moz-linear-gradient(top, #5ba5cb 0%, #3a70ab 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba5cb), color-stop(100%,#3a70ab)); background: -webkit-linear-gradient(top, #5ba5cb 0%,#3a70ab 100%); background: -o-linear-gradient(top, #5ba5cb 0%,#3a70ab 100%); background: -ms-linear-gradient(top, #5ba5cb 0%,#3a70ab 100%); background: linear-gradient(top, #5ba5cb 0%,#3a70ab 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ba5cb', endColorstr='#3a70ab',GradientType=0 ); }
|
||||
.ui-dialog .ui-dialog-buttonpane button:hover { opacity: 0.95; -webkit-transition: opacity 0.2s ease-in-out; }
|
||||
.ui-dialog .ui-dialog-buttonpane button:active { background: #4786b8; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }
|
||||
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 5px; bottom: 5px; opacity: 0.3; }
|
||||
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
||||
|
||||
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #AAA url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30; filter: Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
|
||||
|
||||
|
||||
/* ===== UI Slider ===== */
|
||||
|
||||
.ui-slider { position: relative; text-align: left; }
|
||||
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 16px; height: 16px; cursor: default; background: url(../images/elements/ui/handle.png) no-repeat; border: none; cursor: pointer; }
|
||||
.ui-slider .ui-slider-handle:hover { background-position: 0 -16px; }
|
||||
.ui-slider .ui-slider-handle:active { background-position: 0 -32px; }
|
||||
|
||||
.ui-slider .ui-slider-range { position: absolute; z-index: 1; height: 6px; font-size: .7em; display: block; border: 1px solid #5ba8e1; box-shadow: 0 1px 0 #aad6f6 inset; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px; background: #9bcff5; background: -moz-linear-gradient(top, #9bcff5 0%, #84c4f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bcff5), color-stop(100%,#84c4f3)); background: -webkit-linear-gradient(top, #9bcff5 0%,#84c4f3 100%); background: -o-linear-gradient(top, #9bcff5 0%,#84c4f3 100%); background: -ms-linear-gradient(top, #9bcff5 0%,#84c4f3 100%); background: linear-gradient(top, #9bcff5 0%,#84c4f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bcff5', endColorstr='#84c4f3',GradientType=0 ); }
|
||||
.ui-slider-horizontal { height: 4px; background: #d7d7d7; border: 1px solid #bababa; box-shadow: 0 1px 0 #fff, 0 1px 0 #cfcfcf inset; clear: both; margin: 8px 0; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px; }
|
||||
.ui-slider-horizontal .ui-slider-handle { top: -6px; margin-left: -.6em; }
|
||||
.ui-slider-horizontal .ui-slider-range { top: -1px; height: 100%; }
|
||||
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
||||
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
||||
.ui-slider-vertical { height: 100px; width: 4px; background: #d7d7d7; box-shadow: 0 1px 0 #fff, 0 1px 0 #cfcfcf inset; }
|
||||
.ui-slider-vertical .ui-slider-handle { left: -6px; margin-left: 0; margin-bottom: -.6em; }
|
||||
.ui-slider-vertical .ui-slider-range { left: 0; width: 2px; background: #9bcff5; background: -moz-linear-gradient(top, #9bcff5 0%, #84c4f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bcff5), color-stop(100%,#84c4f3)); background: -webkit-linear-gradient(top, #9bcff5 0%,#84c4f3 100%); background: -o-linear-gradient(top, #9bcff5 0%,#84c4f3 100%); background: -ms-linear-gradient(top, #9bcff5 0%,#84c4f3 100%); background: linear-gradient(top, #9bcff5 0%,#84c4f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bcff5', endColorstr='#84c4f3',GradientType=0 ); }
|
||||
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
||||
.ui-slider-vertical .ui-slider-range-max { top: 0; }
|
||||
#eq span { height: 120px; float: left; margin-right: 30px; display: block; }
|
||||
|
||||
|
||||
/* ===== UI Tabs ===== */
|
||||
|
||||
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
||||
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
|
||||
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
|
||||
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
|
||||
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
||||
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
|
||||
.ui-tabs .ui-tabs-hide { display: none !important; }
|
||||
|
||||
|
||||
/* ===== UI Datepicker ===== */
|
||||
|
||||
.datepicker { width: 78px!important; }
|
||||
.datesRange li { float:left; }
|
||||
.datesRange li.separator { margin: 0 10px; color: #ddd; }
|
||||
.datesRange li input[type=text] { width: 78px!important; }
|
||||
.ui-datepicker-append { margin-left: 14px; font-size: 11px; line-height: 26px; }
|
||||
.ui-datepicker { width: 195px; /*padding: .2em .2em 0;*/ display: none; border: 1px solid #CDCDCD; }
|
||||
.ui-datepicker-inline { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; margin-top: 35px; }
|
||||
#sidebar .ui-datepicker-inline, .widget .ui-datepicker-inline { margin-top: 0; }
|
||||
.formRow .ui-datepicker-inline { width: 195px; }
|
||||
.ui-datepicker .ui-datepicker-header { position:relative; padding: 8px 0 7px 0; border:0px; font-weight: bold; font-size: 11px; width: 100%; color: #636363; text-shadow: 0 1px white; border-bottom: 1px solid #CDCDCD; border-radius: 0!important; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; background: #F8F8F8; background: -moz-linear-gradient(top, #F8F8F8 0%, #ececec 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,#ececec)); background: -webkit-linear-gradient(top, #F8F8F8 0%,#ececec 100%); background: -o-linear-gradient(top, #F8F8F8 0%,#ececec 100%); background: -ms-linear-gradient(top, #F8F8F8 0%,#ececec 100%); background: linear-gradient(top, #F8F8F8 0%,#ececec 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ececec',GradientType=0 ); }
|
||||
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 9px; width: 1.8em; height: 1.8em; cursor: pointer; }
|
||||
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { background: none; }
|
||||
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
||||
.ui-datepicker .ui-datepicker-next { right:7px; }
|
||||
.ui-datepicker .ui-datepicker-prev-hover { }
|
||||
.ui-datepicker .ui-datepicker-next-hover { }
|
||||
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; width: 6px; cursor: pointer; height: 9px; position: absolute; left: 50%; top: 4px; background: url(../images/elements/ui/dateArrows.png) no-repeat 0; }
|
||||
.ui-datepicker .ui-datepicker-prev span { background-position: 0 0; }
|
||||
.ui-datepicker .ui-datepicker-next span { background-position: -8px 0; }
|
||||
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
||||
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
|
||||
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
||||
.ui-datepicker select.ui-datepicker-month,
|
||||
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
||||
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0; }
|
||||
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
||||
.ui-datepicker td { border: 0; padding: 1px; line-height: 14px; }
|
||||
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
||||
|
||||
|
||||
|
||||
.gwt-DatePicker {
|
||||
border: 1px solid #CDCDCD;
|
||||
background: #FAFAFA;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 2px 2px -2px #CCC;
|
||||
}
|
||||
|
||||
.gwt-DatePicker .datePickerPreviousButton {
|
||||
background-position: 0 0;
|
||||
background: url(../images/elements/ui/dateArrows.png) no-repeat 0;
|
||||
width: 6px;
|
||||
height: 9px;
|
||||
margin: 7px 10px 5px 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.gwt-DatePicker .datePickerNextButton {
|
||||
background-position: -8px 0;
|
||||
background: url(../images/elements/ui/dateArrows.png) no-repeat -8px 0;
|
||||
width: 6px;
|
||||
height: 9px;
|
||||
margin: 7px 10px 5px 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.gwt-DatePicker .datePickerPreviousButton .html-face,
|
||||
.gwt-DatePicker .datePickerNextButton .html-face {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.gwt-DatePicker .datePickerMonthSelector {
|
||||
border: 0px;
|
||||
width: 100%;
|
||||
text-shadow: 0 1px white;
|
||||
border-bottom: 1px solid #CDCDCD;
|
||||
border-radius: 0!important;
|
||||
box-shadow: 0 1px 0 white;
|
||||
-webkit-box-shadow: 0 1px 0 white;
|
||||
-moz-box-shadow: 0 1px 0 #fff;
|
||||
background: #F8F8F8;
|
||||
background: -moz-linear-gradient(top, #F8F8F8 0%, #ECECEC 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,#ECECEC));
|
||||
background: -webkit-linear-gradient(top, #F8F8F8 0%,#ECECEC 100%);
|
||||
background: -o-linear-gradient(top, #F8F8F8 0%,#ECECEC 100%);
|
||||
background: -ms-linear-gradient(top, #F8F8F8 0%,#ECECEC 100%);
|
||||
background: linear-gradient(top, #F8F8F8 0%,#ECECEC 100%);
|
||||
}
|
||||
|
||||
.gwt-DatePicker .datePickerMonth {
|
||||
padding: 8px 0 7px 0;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
color: #636363;
|
||||
line-height: 1.8em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.gwt-DatePicker .datePickerDays {
|
||||
width: 100%;
|
||||
font-size: .9em;
|
||||
border-collapse: collapse;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.gwt-DatePicker .datePickerWeekendLabel,
|
||||
.gwt-DatePicker .datePickerWeekdayLabel {
|
||||
font-weight: bold;
|
||||
color: gray;
|
||||
padding: .7em .3em;
|
||||
text-align: center;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.gwt-DatePicker .datePickerDay {
|
||||
border: 0px;
|
||||
background: none;
|
||||
margin-bottom: 0px;
|
||||
padding: 6px;
|
||||
color: #505050;
|
||||
text-align: center;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.gwt-DatePicker .datePickerDayIsFiller {
|
||||
opacity: .35;
|
||||
}
|
||||
|
||||
.gwt-DatePicker .datePickerDayIsValue {
|
||||
background: #67919D;
|
||||
color: white;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.gwt-DatePicker .datePickerDayIsHighlighted {
|
||||
background: #476981;
|
||||
color: white;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
/* with multiple calendars */
|
||||
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
||||
.ui-datepicker-multi .ui-datepicker-group { float:left; border-left: 1px solid #cdcdcd; }
|
||||
.ui-datepicker-multi .ui-datepicker-group:first-child { border-left: none; }
|
||||
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
||||
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
||||
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
||||
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
||||
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
||||
.ui-datepicker-row-break { clear:both; width:100%; }
|
||||
|
||||
/* RTL support */
|
||||
.ui-datepicker-rtl { direction: rtl; }
|
||||
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
||||
|
||||
.ui-datepicker th { font-weight: bold; color: gray; }
|
||||
.ui-datepicker-today a:hover{ background-color: #808080; color: #ffffff; }
|
||||
.ui-datepicker-today a{ background-color: #BFBFBF; cursor: pointer; padding: 0 1px; margin-bottom:0px; }
|
||||
.ui-datepicker td a{ margin-bottom:0px; border:0px; }
|
||||
.ui-datepicker td:hover{ color:white; }
|
||||
.ui-datepicker td .ui-state-default { border:0px; background:none; margin-bottom:0px; padding:6px; color: #505050; text-align: center; filter:none; }
|
||||
.ui-datepicker td .ui-state-active{ background:#67919d; margin-bottom:0px; font-size:normal; text-shadow: 0px; color:white; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
|
||||
.ui-datepicker td .ui-state-default:hover{ background:#476981; color:white; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
|
||||
|
||||
|
||||
/* ===== UI Progress bar ===== */
|
||||
|
||||
.ui-progressbar { height: 16px; text-align: left; margin-top: 5px; background: #d7d7d7; border: 1px solid #bababa; box-shadow: 0 1px 0 #fff, 0 1px 0 #cfcfcf inset; clear: both; }
|
||||
.ui-progressbar .ui-progressbar-value {margin: 0px; height:100%; overflow: hidden; display: block; background: url(../images/elements/ui/progressOverlay.png) repeat-x; border-right: 1px solid #5b9acb; }
|
||||
.pbar .ui-progressbar-value {display:block !important}
|
||||
.pbar, .precent, elapsed { display: block; }
|
||||
.percent, .elapsed { position: relative; margin-top: 5px; font-size: 11px; }
|
||||
.pbar { overflow: hidden; }
|
||||
.percent { float: right; }
|
||||
.elapsed { float: left;}
|
Reference in New Issue
Block a user