initial commit
This commit is contained in:
80
app/webroot/cdn/css/grid.css
Normal file
80
app/webroot/cdn/css/grid.css
Normal file
@@ -0,0 +1,80 @@
|
||||
.grid{
|
||||
border: 1px solid #c5c5c5;
|
||||
padding:15px;
|
||||
}
|
||||
|
||||
.gridTablePopup{
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
}
|
||||
.gridTablePopup th, .gridTablePopup td{
|
||||
border:1px solid #abc6df;
|
||||
padding:5px;
|
||||
font-size:12px;
|
||||
}
|
||||
.gridTablePopup td{font-weight: normal;}
|
||||
.gridTablePopup tr:nth-child(odd){
|
||||
background-color:#eef5fb;
|
||||
}
|
||||
.gridTablePopup tr:first-child th{
|
||||
background:#bfdefb;
|
||||
color:#104374;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
.gridInput{
|
||||
border: 1px solid #c5c5c5;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
padding:6px;
|
||||
font-size:12px;
|
||||
}
|
||||
.gridBtn{
|
||||
background:#0757a4;
|
||||
padding:5px 15px;
|
||||
font-size:14px;
|
||||
font-weight:700;
|
||||
border:none;
|
||||
color:#fff;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
cursor:pointer;
|
||||
}
|
||||
.gridTableCheckbox td:first-child, .textAlignCenter td{
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.gridBtn:hover{
|
||||
background:#0a69c4;
|
||||
}
|
||||
.formTo{
|
||||
font-size:14px;
|
||||
font-weight:700;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
.labelOne, .labelTwo{
|
||||
padding-right: 10px;
|
||||
}
|
||||
.labelTwo{
|
||||
padding-left:100px;
|
||||
}
|
||||
.description{
|
||||
padding:20px 0;
|
||||
}
|
||||
.description p{
|
||||
font-size:14px;
|
||||
}
|
||||
.breackDown{
|
||||
text-align:right;
|
||||
padding-bottom:10px;
|
||||
}
|
||||
.ui-jqgrid .ui-jqgrid-hbox {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
.ui-jqgrid .ui-jqgrid-htable {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user