TimeTrex Community Edition v16.2.0
This commit is contained in:
@@ -0,0 +1,268 @@
|
||||
.search-panel {
|
||||
float: left;
|
||||
width: 100%;
|
||||
position: relative; /* This is to ensure the collapseBtn stays relative to the search bar */
|
||||
}
|
||||
|
||||
.search-panel .search-panel-tab-bar {
|
||||
background: none;
|
||||
padding-top: 0;
|
||||
padding-left: 0;
|
||||
padding-right: 1px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.search-panel .search-flag {
|
||||
left: 3px;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
.search-panel .search-panel-tab {
|
||||
margin: 7px;
|
||||
float: left
|
||||
}
|
||||
|
||||
.search-panel .search-panel-tab-collapse {
|
||||
overflow: hidden;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/*Tab's left offset'*/
|
||||
.search-panel .search-panel-tab-bar-label {
|
||||
padding-left: 30px;
|
||||
padding-top: 0;
|
||||
background: none repeat scroll 0 0 transparent;
|
||||
border: medium none;
|
||||
user-drag: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-drag: none;
|
||||
}
|
||||
|
||||
/*table Default style*/
|
||||
/* Commenting below out as it seems repeated further down anyway - obsolete? */
|
||||
/*.search-panel .search-panel-tab-bar-label .ui-state-default {*/
|
||||
/* border: 1px solid #bdbdbd;*/
|
||||
/* background: none;*/
|
||||
/* border-top-left-radius: 10px;*/
|
||||
/* border-top-right-radius: 10px;*/
|
||||
/* font-size: 12px;*/
|
||||
/* border-bottom: 0;*/
|
||||
/*}*/
|
||||
|
||||
/*No Selected tab font style*/
|
||||
.search-panel .ui-state-default a, .search-panel .ui-state-default a:link, .search-panel .ui-state-default a:visited {
|
||||
color: #3b3b3b;
|
||||
}
|
||||
|
||||
/*Selected tab style*/
|
||||
|
||||
.search-panel .ui-state-active {
|
||||
background: none repeat scroll 0 0 #e9e9e9;
|
||||
color: #204175;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*Selected tab font style*/
|
||||
.search-panel .ui-state-active a, .search-panel .ui-state-active a:link, .search-panel .ui-state-active a:visited {
|
||||
/*color: #a40000;*/
|
||||
|
||||
}
|
||||
|
||||
.search-panel .active-label {
|
||||
color: #a40000 !important;
|
||||
}
|
||||
|
||||
.search-panel .ui-tabs .ui-tabs-nav li.ui-state-active {
|
||||
/*border: 1px solid #bdbdbd;*/
|
||||
cursor: pointer;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 1px;
|
||||
/*background: #f9f9f9 !important;*/
|
||||
/*border-bottom-color: transparent;*/
|
||||
border-width: 0 0 2px 0; /* Makes a straight edged bottom border rather than 45 degree slant. */
|
||||
border-bottom: 2px solid #2196f3;
|
||||
}
|
||||
|
||||
/*Current table div style*/
|
||||
.search-panel .search-panel-tab-outside {
|
||||
background: none repeat scroll 0 0 #f9f9f9;
|
||||
border: 1px solid #E9ECEF;
|
||||
border-radius: 4px;
|
||||
float: left;
|
||||
margin-bottom: 2px;
|
||||
width: 100%;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.search-panel .search-panel-tab-outside-collapse {
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.search-panel .ui-tabs-panel {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.search-panel .ui-tabs .ui-tabs-nav li a {
|
||||
float: left;
|
||||
padding: 0.5em 1.8em;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.search-panel .refresh-btn {
|
||||
font-size: 22px!important;
|
||||
color: #32689b;
|
||||
margin-left: 5px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
right: 2px;
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
|
||||
}
|
||||
|
||||
.search-panel .refresh-btn:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.search-panel .collapse-btn {
|
||||
background-color: #fff;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
/*background: url("images/collapse.png");*/
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
left: 5px;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
|
||||
}
|
||||
|
||||
/*.search-panel .expend-btn {*/
|
||||
/* width: 24px;*/
|
||||
/* height: 24px;*/
|
||||
/* background: url("images/expand.png");*/
|
||||
/* border: none;*/
|
||||
/* cursor: pointer;*/
|
||||
/* left: 5px;*/
|
||||
/* position: absolute;*/
|
||||
/* top: 5px;*/
|
||||
/*}*/
|
||||
|
||||
.search-panel .layout-selector-div {
|
||||
/*left: 550px;*/
|
||||
right: 40px; /* Dont understand why there is a complex left: x JS calc, right position seems better and more consistent. */
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search-panel .current-view-label {
|
||||
font-weight: bold;
|
||||
color: #34628d;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.search-panel .layout-selector {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
.search-panel .search-panel-tab .first-column {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.search-panel .search-panel-tab .second-column {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.search-panel .search-panel-tab .third-column {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.search-panel .previous-saved-layout-div {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.search-panel .search-btn-div {
|
||||
position: relative;
|
||||
float: left;
|
||||
border: 1px solid #e9ecef;
|
||||
border-top: none;
|
||||
border-radius: 4px;
|
||||
border-top-right-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
padding: 3px;
|
||||
margin-bottom: 5px;
|
||||
margin-top: -3px;
|
||||
background: #f9f9f9;
|
||||
}
|
||||
|
||||
.search-panel .search-panel-tab-bar .search-panel-tab-bar-label .ui-state-hover {
|
||||
background: none !important;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.search-panel .station-location {
|
||||
position: relative;
|
||||
top: 5px;
|
||||
left: 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search-panel .search-panel-tab-bar-label .ui-state-default {
|
||||
border-width: 0 0 2px 0; /* Ensures the hover and non-hover states have the same border width to prevent text bouncing on hover. */
|
||||
background: none;
|
||||
font-size: 12px;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.search-panel .search-panel-tab-bar-label .ui-state-default:hover {
|
||||
border-width: 0 0 2px 0; /* Makes a straight edged bottom border rather than 45 degree slant. */
|
||||
border-bottom: 2px solid #2196f3;
|
||||
}
|
||||
.search-panel .search-panel-tab-bar-label .ui-state-default:hover .ui-tabs-anchor {
|
||||
color: #2196f3;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-nav li {
|
||||
list-style: none;
|
||||
float: left;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
margin: 1px .2em 0 0;
|
||||
border: 1px solid transparent; /* Sets to a colour on active. transparent border needed to maintain spacing and prevent UI jumping on tab change (#2710) */
|
||||
border-bottom: none;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
|
||||
color: #2196F3;
|
||||
cursor: pointer;
|
||||
user-drag: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-drag: none;
|
||||
}
|
||||
|
||||
.search-panel .p-button.small-search-panel-button {
|
||||
padding: 2px 13px 2px 2px;
|
||||
margin-left: 4px;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
.search-panel .p-button-label {
|
||||
color: #495057;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.search-panel .p-button:hover .p-button-label {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.search-panel .form-item-input-div .t-text-input {
|
||||
height: 25px; /* To make the save search text input line up better with the save / update / delete buttons. */
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user