Index: branches/unlabeled/unlabeled-1.1.2/system/user_files/admin-default-1178565011.css =================================================================== diff -u --- branches/unlabeled/unlabeled-1.1.2/system/user_files/admin-default-1178565011.css (revision 0) +++ branches/unlabeled/unlabeled-1.1.2/system/user_files/admin-default-1178565011.css (revision 8204) @@ -0,0 +1,552 @@ +/* General elements */ + +html { + height: 100%; +} + +body { + font-family: verdana,arial,helvetica,sans-serif; + font-size: 9pt; + color: #000000; + overflow-x: auto; overflow-y: auto; + margin: 0px 0px 0px 0px; + text-decoration: none; +} + +a { + color: #006699; + text-decoration: none; +} + +a:hover { + color: #009ff0; + text-decoration: none; +} + +form { + display: inline; +} + +img { border: 0px; } + +body.height-100 { + height: 100%; +} + +body.regular-body { + margin: 0px 10px 5px 10px; + color: #2D79D6; + background-color: #FFFFFF; +} + +body.edit-popup { + margin: 0px 0px 0px 0px; +} + +table.collapsed { + border-collapse: collapse; +} + +.bordered, table.bordered, .bordered-no-bottom { + border: 1px solid #000000; + border-collapse: collapse; +} + +.bordered-no-bottom { + border-bottom: none; +} + +.login-table td { + padding: 1px; +} + +.disabled { + background-color: #ebebeb; +} + +/* Head frame */ +.head-table tr td { + background-color: #1961B8; + color: #CCFF00 +} + +td.kx-block-header, .head-table tr td.kx-block-header{ + color: #FFFFFF; + background-color: #1961B8; + padding-left: 7px; + padding-right: 7px; +} + +a.kx-header-link { + text-decoration: underline; + color: #FFFFFF; +} + +a.kx-header-link:hover { + color: #FFCB05; + text-decoration: none; +} + +.kx-secondary-foreground { + color: #FFFFFF; + background-color: #1961B8; +} + +.kx-login-button { + background-color: #2D79D6; + color: #FFFFFF; +} + +/* General form button (yellow) */ +.button { + font-size: 12px; + font-weight: normal; + color: #000000; + background: url(../img/button_back.gif) #f9eeae repeat-x; + text-decoration: none; +} + +/* Disabled (grayed-out) form button */ +.button-disabled { + font-size: 12px; + font-weight: normal; + color: #676767; + background: url(../img/button_back_disabled.gif) #f9eeae repeat-x; + text-decoration: none; +} + +/* Tabs bar */ + +.tab, .tab-active { + background-color: #F0F1EB; + padding: 3px 7px 2px 7px; + border-top: 1px solid black; + border-left: 1px solid black; + border-right: 1px solid black; +} + +.tab-active { + background-color: #2D79D6; + border-bottom: 1px solid #2D79D6; +} + +.tab a { + color: #00659C; + font-weight: bold; +} + +.tab-active a { + color: #fff; + font-weight: bold; +} + + +/* Toolbar */ + +.toolbar { + font-size: 8pt; + border: 1px solid #000000; + border-width: 0px 1px 1px 1px; + background-color: #F0F1EB; + border-collapse: collapse; +} + +.toolbar td { + height: 100%; +} + +.toolbar-button, .toolbar-button-disabled, .toolbar-button-over { + float: left; + text-align: center; + font-size: 8pt; + padding: 5px 5px 5px 5px; + vertical-align: middle; + color: #006F99; +} + +.toolbar-button-over { + color: #000; +} + +.toolbar-button-disabled { + color: #444; +} + +/* Scrollable Grids */ + + +/* Main Grid class */ +.grid-scrollable { + padding: 0px; + border: 1px solid black !important; + border-top: none !important; +} + +/* Div generated by js, which contains all the scrollable grid elements, affects the style of scrollable area without data (if there are too few rows) */ +.grid-container { + background-color: #fff; +} + +.grid-container table { + border-collapse: collapse; +} + +/* Inner div generated in each data-cell */ +.grid-cell-div { + overflow: hidden; + height: auto; +} + +/* Main row definition */ +.grid-data-row td, .grid-data-row-selected td, .grid-data-row-even-selected td, .grid-data-row-mouseover td, .table-color1, .table-color2 { + font-weight: normal; + color: #000000; + background-color: #F6F6F6; + padding: 3px 5px 3px 5px; + height: 30px; + overflow: hidden; + /* border-right: 1px solid black; */ +} +.grid-data-row-even td, .table-color2 { + background-color: ebebeb; + color: #000000; +} +.grid-data-row td a, .grid-data-row-selected td a, .grid-data-row-mouseover td a { + text-decoration: underline; +} + +/* mouse-over rows */ +.grid-data-row-mouseover td { + background: #FFFDF4; +} + +/* Selected row, applies to both checkbox and data areas */ +.grid-data-row-selected td { + background: #FEF2D6; +} + +.grid-data-row-even-selected td { + background: #FFF7E0; +} + +/* General header cell definition */ +.grid-header-row td { + font-weight: bold; + background-color: #999999; + text-decoration: none; + padding: 3px 5px 3px 5px; + color: #FFFFFF; + border-right: none; + text-align: left; + vertical-align: middle !important; + white-space: nowrap; + /* border-right: 1px solid black; */ +} + +/* Filters row */ +tr.grid-header-row-0 td { + background-color: #D7D7D7; + border-bottom: 1px solid black; +} + +/* Grid Filters */ +table.range-filter { + width: 100%; +} + +.range-filter td { + padding: 0px 0px 2px 2px !important; + border: none !important; + font-size: 8pt !important; + font-weight: normal !important; + text-align: left; +} + +input.filter, select.filter { + margin-bottom: 0px; + width: 85%; +} + +input.filter-active { + background-color: #FFFF00; +} + +select.filter-active { + background-color: #FFFF00; +} + +/* Column titles row */ +tr.grid-header-row-1 td { + height: 25px; + font-weight: bold; + background-color: #999999; + color: #FFFFFF; +} + +tr.grid-header-row-1 td a { + color: #FFFFFF; +} + +tr.grid-header-row-1 td a:hover { + color: #FFCC00; +} + + +.grid-footer-row td { + background-color: #D7D7D7; + font-weight: bold; + border-right: none; + padding: 3px 5px 3px 5px; +} + +td.grid-header-last-cell, td.grid-data-last-cell, td.grid-footer-last-cell { + border-right: none !important; +} + +td.grid-data-col-0, td.grid-data-col-0 div { + text-align: center; + vertical-align: middle !important; +} + +tr.grid-header-row-0 td.grid-header-col-0 { + text-align: center; + vertical-align: middle !important; +} + +tr.grid-header-row-0 td.grid-header-col-0 div { + display: table-cell; + vertical-align: middle; +} + +.grid-status-bar { + border: 1px solid black; + border-top: none; + padding: 0px; + width: 100%; + border-collapse: collapse; + height: 30px; +} + +.grid-status-bar td { + background-color: #2D79D6; + color: #FFFFFF; + font-size: 11pt; + font-weight: normal; + padding: 2px 8px 2px 8px; +} + +/* /Scrollable Grids */ + + +/* Forms */ +table.edit-form { + border: none; + border-top-width: 0px; + border-collapse: collapse; + width: 100%; +} + +.edit-form-odd, .edit-form-even { + padding: 0px; +} + +.subsectiontitle { + font-size: 10pt; + font-weight: bold; + background-color: #4A92CE; + color: #fff; + height: 25px; + border-top: 1px solid black; +} + +.label-cell { + background: #DEE7F6 url(../img/bgr_input_name_line.gif) no-repeat right bottom; + font: 12px arial, sans-serif; + padding: 4px 20px; + width: 150px; +} + +.control-mid { + width: 13px; + border-left: 1px solid #7A95C2; + background: #fff url(../img/bgr_mid.gif) repeat-x left bottom; +} + +.control-cell { + font: 11px arial, sans-serif; + padding: 4px 10px 5px 5px; + background: #fff url(../img/bgr_input_line.gif) no-repeat left bottom; + width: auto; + vertical-align: middle; +} + +.label-cell-filler { + background: #DEE7F6 none; +} +.control-mid-filler { + background: #fff none; + border-left: 1px solid #7A95C2; +} +.control-cell-filler { + background: #fff none; +} + + +.error-cell { + background-color: #fff; + color: red; +} + +.form-warning { + color: red; +} + +.req-note { + font-style: italic; + color: #333; +} + +#scroll_container table.tableborder { + border-collapse: separate +} + + +/* Uploader */ + +.uploader-main { + position: absolute; + display: none; + z-index: 10; + border: 1px solid #777; + padding: 10px; + width: 350px; + height: 120px; + overflow: hidden; + background-color: #fff; +} + +.uploader-percent { + width: 100%; + padding-top: 3px; + text-align: center; + position: relative; + z-index: 20; + float: left; + font-weight: bold; +} + +.uploader-left { + width: 100%; + border: 1px solid black; + height: 20px; + background: #fff url(../../../core/admin_templates/img/progress_left.gif); +} + +.uploader-done { + width: 0%; + background-color: green; + height: 20px; + background: #4A92CE url(../../../core/admin_templates/img/progress_done.gif); +} + + +/* To be sorted */ + + +/* Section title, right to the big icon */ +.admintitle { + font-size: 16pt; + font-weight: bold; + color: #2D79D6; + text-decoration: none; +} + +/* Left sid of bluebar */ +.header_left_bg { + background-color: #2D79D6; + padding-left: 5px; +} + +/* Right side of bluebar */ +.tablenav, tablenav a { + font-size: 11pt; + font-weight: bold; + color: #FFFFFF; + + text-decoration: none; + background-color: #2D79D6; +} + +/* Section title in the bluebar * -- why 'link'? :S */ +.tablenav_link { + font-size: 11pt; + font-weight: bold; + color: #FFFFFF; + text-decoration: none; +} + +/* Active page in top and bottom bluebars pagination */ +.current_page { + font-size: 10pt; + font-weight: bold; + background-color: #fff; + color: #2D79D6; + padding: 3px 2px 3px 3px; +} + +/* Other pages and arrows in pagination on blue */ +.nav_url { + font-size: 10pt; + font-weight: bold; + color: #fff; + padding: 3px 2px 3px 3px; +} + +/* Tree */ +.tree-body { + background-color: #FFFFFF; + height: 100% +} + +.tree_head.td, .tree_head, .tree_head:hover { + font-weight: bold; + font-size: 10px; + color: #FFFFFF; + font-family: Verdana, Arial; + text-decoration: none; +} + +.tree { + padding: 0px; + border: none; + border-collapse: collapse; +} + +.tree tr td { + padding: 0px; + margin: 0px; + font-family: helvetica, arial, verdana,; + font-size: 11px; + white-space: nowrap; +} + +.tree tr td a { + font-size: 11px; + color: #006F99; + font-family: Helvetica, Arial, Verdana; + text-decoration: none; + padding: 2px 0px 2px 2px; +} + +.tree tr.highlighted td a { + background-color: #FFFFFF; + color: #4A92CE; +} + +.tree tr.highlighted td a:hover { + color: #fff; +} + +.tree tr td a:hover { + color: #000000; +} \ No newline at end of file