Add files via upload
parent
5b43a2a8ab
commit
92ecc79cc9
|
@ -114,97 +114,6 @@ table {
|
|||
padding: 8px 8px;
|
||||
}
|
||||
|
||||
/** Rtl language Style */
|
||||
.rtl{
|
||||
direction:rtl;
|
||||
}
|
||||
.rtl body,.rtl p,.rtl input,.rtl button,.rtl select,.rtl textarea,.rtl .jqplot-target{
|
||||
font-family:sans-serif;
|
||||
}
|
||||
.rtl .navbar .brand{
|
||||
float:right;
|
||||
}
|
||||
.rtl .navbar .nav{
|
||||
float:right;
|
||||
}
|
||||
.rtl .navbar .nav.pull-right{
|
||||
float:left;
|
||||
}
|
||||
.rtl .pull-right{
|
||||
float:left;
|
||||
}
|
||||
.rtl .pull-left{
|
||||
float:right;
|
||||
}
|
||||
.rtl .navbar .nav>li{
|
||||
float:right;
|
||||
}
|
||||
.rtl .header-accessories{
|
||||
text-align:left;
|
||||
}
|
||||
.rtl .form-horizontal .control-label{
|
||||
float:right;
|
||||
}
|
||||
.rtl .btn-group .btn{
|
||||
float:right;
|
||||
}
|
||||
.rtl .nav-tabs>li,.rtl .nav-pills>li{
|
||||
float:right;
|
||||
}
|
||||
.rtl .form-horizontal .controls{
|
||||
margin-right:190px;
|
||||
}
|
||||
.rtl .radio input[type="radio"],
|
||||
.rtl .checkbox input[type="checkbox"]{
|
||||
float:right;
|
||||
margin-right:-18px;
|
||||
}
|
||||
.rtl .radio,
|
||||
.rtl .checkbox{
|
||||
padding-right:18px;
|
||||
}
|
||||
.rtl .entity{
|
||||
text-align: right;
|
||||
margin-left:20px;
|
||||
margin-right:0;
|
||||
}
|
||||
.rtl .btn-group .btn:last-child{
|
||||
margin-left:0;
|
||||
-webkit-border-top-left-radius:4px;
|
||||
-moz-border-radius-topleft:4px;
|
||||
border-top-left-radius:4px;
|
||||
-webkit-border-bottom-left-radius:4px;
|
||||
-moz-border-radius-bottomleft:4px;
|
||||
border-bottom-left-radius:4px;
|
||||
-webkit-border-top-right-radius:0;
|
||||
-moz-border-radius-topright:0;
|
||||
border-top-right-radius:0;
|
||||
-webkit-border-bottom-right-radius:0;
|
||||
-moz-border-radius-bottomright:0;
|
||||
border-bottom-right-radius:0;
|
||||
}
|
||||
.rtl .btn-group .btn:first-child{
|
||||
-webkit-border-top-right-radius:4px;
|
||||
-moz-border-radius-topright:4px;
|
||||
border-top-right-radius:4px;
|
||||
-webkit-border-bottom-right-radius:4px;
|
||||
-moz-border-radius-bottomright:4px;
|
||||
border-bottom-right-radius:4px;
|
||||
-webkit-border-top-left-radius:0;
|
||||
-moz-border-radius-topleft:0;
|
||||
border-top-left-radius:0;
|
||||
-webkit-border-bottom-left-radius:0;
|
||||
-moz-border-radius-bottomleft:0;
|
||||
border-bottom-left-radius:0;
|
||||
}
|
||||
.rtl .table th, .rtl .table td {
|
||||
text-align:right;
|
||||
}
|
||||
.rtl .dropdown-menu{
|
||||
right:0;
|
||||
left:inherit;
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
.align-middle {
|
||||
vertical-align: middle;
|
||||
|
@ -285,17 +194,6 @@ legend {
|
|||
}
|
||||
|
||||
/* Status page */
|
||||
|
||||
h2 {
|
||||
font-size: 16px;
|
||||
line-height: 12px;
|
||||
}
|
||||
|
||||
h2 small {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
|
||||
.offline, .online {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
|
@ -672,3 +570,6 @@ legend{
|
|||
.icon-pushover {
|
||||
background-position: -72px -168px;
|
||||
}
|
||||
.icon-pushsafer {
|
||||
background-position: -96px -168px;
|
||||
}
|
Loading…
Reference in New Issue