371 lines
6.4 KiB
CSS
371 lines
6.4 KiB
CSS
.g-clear {
|
|
clear: both;
|
|
}
|
|
.g-container {
|
|
position: relative;
|
|
}
|
|
.g-container #g-menu .btn {
|
|
box-shadow: none;
|
|
}
|
|
.g-container #g-menu .btn i {
|
|
margin-right: 5px;
|
|
position: relative;
|
|
top: 1px;
|
|
font-size: 15px;
|
|
}
|
|
.g-container #g-select-columns,
|
|
.g-container #g-columns-list-close {
|
|
padding: 3px;
|
|
width: 35px;
|
|
height: 35px;
|
|
min-width: 0;
|
|
line-height: 35px;
|
|
box-shadow: none;
|
|
border-radius: 0;
|
|
}
|
|
.g-menu-container {
|
|
margin-bottom: 15px;
|
|
}
|
|
#g-search {
|
|
position: relative;
|
|
}
|
|
#g-search .form-control {
|
|
border-radius: 0;
|
|
border: 1px solid #eee;
|
|
box-shadow: none;
|
|
font-weight: 400;
|
|
}
|
|
#g-list {
|
|
background: #FFF;
|
|
color: #666;
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
}
|
|
#g-list th.g-sort {
|
|
cursor: pointer;
|
|
}
|
|
#g-list th i {
|
|
margin-right: 5px;
|
|
}
|
|
#g-list td.center, #g-list th.center {
|
|
text-align: center;
|
|
}
|
|
#g-list .g-lp {
|
|
width: 50px;
|
|
text-align: center;
|
|
}
|
|
#g-list .g-action {
|
|
width: 60px;
|
|
}
|
|
#g-list td a i {
|
|
color: #999;
|
|
}
|
|
#g-list a:hover i {
|
|
color: #686868;
|
|
}
|
|
#g-list .input-group-addon {
|
|
padding: 7px 10px;
|
|
}
|
|
#g-results {
|
|
position: relative;
|
|
}
|
|
#g-loader {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
background: url( 'ajax-loader.gif' ) no-repeat center rgba( 255, 255, 255, .7 );
|
|
display: none;
|
|
}
|
|
.g-alert {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
background: #d15050;
|
|
color: #FFF;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
.g-alert i {
|
|
margin-right: 10px;
|
|
position: relative;
|
|
}
|
|
.g-center {
|
|
text-align: center !important;
|
|
}
|
|
.g-form-edit {
|
|
background: #FFF;
|
|
display: block;
|
|
}
|
|
.g-form-edit .g-title {
|
|
color: #fff;
|
|
background: #555555;
|
|
padding: 5px 10px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
}
|
|
.g-form-edit .g-title::first-letter, .g-form-edit .g-title p::first-letter {
|
|
text-transform: uppercase;
|
|
}
|
|
.g-form-edit .g-title p {
|
|
display: inline-block;
|
|
margin: 0;
|
|
}
|
|
.g-form-edit .g-title i.fa-bars {
|
|
margin-right: 10px;
|
|
}
|
|
.g-form-edit .g-title a {
|
|
float: right;
|
|
color: #FFF;
|
|
}
|
|
.g-form-edit .g-content {
|
|
border: 1px solid #6F6F6F;
|
|
padding: 20px;
|
|
}
|
|
.g-form-data {
|
|
padding: 5px 0;
|
|
line-height: 31px;
|
|
min-height: 31px;
|
|
}
|
|
.g-form-data label:first-child {
|
|
display: block;
|
|
float: left;
|
|
width: 140px;
|
|
text-align: right;
|
|
margin-right: 10px;
|
|
height: 31px;
|
|
line-height: 31px;
|
|
font-weight: 600;
|
|
}
|
|
.g-form-data label:first-child::first-letter {
|
|
text-transform: uppercase;
|
|
}
|
|
.g-form-data input[type="text"], .g-form-edit input[type="password"], .g-form-data select, .g-form-data textarea {
|
|
width: 300px;
|
|
height: 20px;
|
|
border: 1px solid #CCC;
|
|
line-height: 20px;
|
|
padding: 5px 10px;
|
|
font-size: 12px;
|
|
color: #555;
|
|
font-size: 11px;
|
|
font-family: Verdana;
|
|
}
|
|
.g-form-data input[type="file"] {
|
|
margin-left: 150px;
|
|
}
|
|
.g-form-data select {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
width: 322px;
|
|
}
|
|
.g-form-data textarea {
|
|
height: 100px;
|
|
width: 300px;
|
|
}
|
|
.g-form-data span.g-error {
|
|
display: inline;
|
|
position: absolute;
|
|
background: #b94a48;
|
|
font-weight: normal;
|
|
line-height: 14px;
|
|
font-size: 10px;
|
|
color: #ffffff;
|
|
padding: 5px 10px;
|
|
left: 510px;
|
|
width: 250px;
|
|
}
|
|
.g-form-data span.g-error::before {
|
|
border: solid;
|
|
border-color: transparent #b94a48 transparent transparent;
|
|
border-width: 7px 7px 7px 7px;
|
|
content: "";
|
|
display: block;
|
|
left: -14px;
|
|
top: 5px;
|
|
position: absolute;
|
|
z-index: 99;
|
|
}
|
|
.g-form-data input.g-error, .g-form-data select.g-error, .g-form-data textarea.g-error {
|
|
border: 1px solid #b94a48;
|
|
}
|
|
.g-form-data ul {
|
|
margin: 5px 0 5px 15px;
|
|
}
|
|
#g-message {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
background: rgb(107, 120, 127);
|
|
color: #FFF;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
position: fixed;
|
|
width: 100%;
|
|
top: 50px;
|
|
font-size: 12px;
|
|
}
|
|
#g-message i {
|
|
margin-right: 10px;
|
|
position: relative;
|
|
top: -1px;
|
|
}
|
|
.g-button {
|
|
display: block;
|
|
padding: 0 5px;
|
|
border: 1px solid #CCC;
|
|
font-size: 11px;
|
|
}
|
|
.g-button:hover {
|
|
background: #E6E6E6;
|
|
}
|
|
.g-button-blue {
|
|
background: #337AB7;
|
|
color: #FFF !important;
|
|
border: 1px solid #204D74;
|
|
}
|
|
.g-button-blue:hover {
|
|
background: #286090;
|
|
}
|
|
.g-button-form {
|
|
width: 160px;
|
|
margin-right: 5px;
|
|
display: block;
|
|
cursor: pointer;
|
|
padding: 5px 10px;
|
|
background: #a8bc7b;
|
|
color: #FFF;
|
|
text-align: center;
|
|
margin-left: 150px;
|
|
line-height: 20px;
|
|
}
|
|
.g-button-form::first-letter {
|
|
text-transform: uppercase;
|
|
}
|
|
.g-button-form i {
|
|
margin-right: 5px;
|
|
font-size: 14px;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
.g-button-form:hover {
|
|
background: #96ae60;
|
|
}
|
|
.g-bold {
|
|
font-weight: bold;
|
|
}
|
|
.g-right {
|
|
text-align: right;
|
|
}
|
|
.g-menu-icon {
|
|
text-align: center;
|
|
background: #FFF;
|
|
padding: 5px 10px;
|
|
border: 1px solid #DDD;
|
|
height: 20px;
|
|
width: 20px;
|
|
color: #999;
|
|
display: block;
|
|
float: right;
|
|
position: relative;
|
|
bottom: 0px;
|
|
margin-right: -1px;
|
|
}
|
|
.g-print:hover {
|
|
color: #686868;
|
|
}
|
|
.g-csv:hover {
|
|
color: #686868;
|
|
}
|
|
#g-columns-list {
|
|
background: #FFF none repeat scroll 0% 0%;
|
|
border: 1px solid #D1D4D7;
|
|
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
|
|
position: absolute;
|
|
top: 39px;
|
|
right: 14px;
|
|
width: 220px;
|
|
display: none;
|
|
z-index: 10;
|
|
}
|
|
#g-columns-list ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
#g-columns-list ul li {
|
|
padding: 0 10px;
|
|
border-bottom: 1px solid #D1D4D7;
|
|
margin: 0;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
#g-columns-list ul li:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
#g-columns-list ul li:hover {
|
|
background: #F5F6F8;
|
|
}
|
|
#g-columns-list ul li span {
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
width: 165px;
|
|
}
|
|
#g-columns-list-close {
|
|
display: none;
|
|
}
|
|
.g-progress {
|
|
height: 20px;
|
|
line-height: 20px;
|
|
background: #f5f5f5;
|
|
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
|
|
position: relative;
|
|
}
|
|
.g-progress .g-progress-bar .g-progress-percent {
|
|
position: absolute;
|
|
left: 50%;
|
|
color: #FFF;
|
|
}
|
|
.g-progress-bar {
|
|
background: #5cb85c;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
position: relative;
|
|
}
|
|
#g-title {
|
|
padding: 5px;
|
|
border-bottom: 1px solid #ddd;
|
|
margin-bottom: 10px;
|
|
color: #5e87b0;
|
|
font-size: 15px;
|
|
}
|
|
#g-title::first-letter {
|
|
text-transform: uppercase;
|
|
}
|
|
.g-edit-text {
|
|
margin-left: 150px;
|
|
}
|
|
.range_inputs button {
|
|
width: 100%;
|
|
}
|
|
#g-save, #g-cancel {
|
|
display: none;
|
|
}
|
|
#g-multidelete {
|
|
display: none;
|
|
}
|
|
#g-row-limit {
|
|
display: inline;
|
|
width: 100px;
|
|
}
|
|
#g-row-limit:focus {
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
/* mobile */
|
|
@media (max-width:767px) {
|
|
.g-container #g-menu .btn {
|
|
padding: 5px;
|
|
font-size: 12px;
|
|
margin-bottom: 5px;
|
|
}
|
|
} |