Project

General

Profile

Download (8.08 KB) Statistics
| Branch: | Tag: | Revision:
80516e41 Ohad Levy
.auto_complete_input {
e4b5713e Amos Benari
width: 98%;
margin-right: -12px;
80516e41 Ohad Levy
}
82e47ae0 Amos Benari
01984fb7 Amos Benari
.ui-autocomplete-loading
{
background: white url('../images/spinner.gif') right center no-repeat;
}

9161008b Amos Benari
.auto_complete_clear{
c7946bf2 Amos Benari
background: url('../images/ui-icons_888888_256x240.png') center no-repeat;
01984fb7 Amos Benari
background-position: -80px -128px;
e4b5713e Amos Benari
display:inline-block;width:12px;height:12px;
margin-left:-8px;
80516e41 Ohad Levy
}
82e47ae0 Amos Benari
.auto_complete_clear:hover{
c7946bf2 Amos Benari
background: url('../images/ui-icons_454545_256x240.png');
01984fb7 Amos Benari
background-position: -80px -128px;
80516e41 Ohad Levy
}
82e47ae0 Amos Benari
e5179374 Amos Benari
.ui-autocomplete-completed {
color: #aaa;
font-weight: lighter;
padding: .2em .4em;
margin: .8em 0 .2em;
line-height: 1.5;
}
80516e41 Ohad Levy
.ui-autocomplete-category {
font-weight: bold;
padding: .2em .4em;
margin: .8em 0 .2em;
line-height: 1.5;
}
8af43d65 Amos Benari
.ui-autocomplete-error {
color: red;
padding: .2em .4em;
margin: .8em 0 .2em;
line-height: 1.5;
}
80516e41 Ohad Levy
a90f0ee7 Jason E. Rist
05ab4c16 Ohad Levy
html { height: 100%; overflow: auto;}
body { height: 100%; }
#wrap { min-height: 100%; }
#main {padding-bottom: 38px; padding-top:60px; }
a90f0ee7 Jason E. Rist


05ab4c16 Ohad Levy
#footer {
margin-top: -38px; /* negative value of footer height */
height: 30px;
border-top: #aaa 1px solid;
color: #aaa;
padding-top: 7px;
text-align:center;
vertical-align: bottom;
clear:both;
7fcd9832 Ohad Levy
}
05ab4c16 Ohad Levy
#footer a { color: #000; text-decoration: none;}
#footer span {position: relative; left: 240px;}
7fcd9832 Ohad Levy
2e04e41b Ohad Levy
c4b56e43 Ohad Levy
th.underlined {
text-decoration: underline
7fcd9832 Ohad Levy
}

a90f0ee7 Jason E. Rist
.half {
width: 44%;
}
7fcd9832 Ohad Levy
05ab4c16 Ohad Levy
.logo {
display: block;
margin-bottom: -55px;
padding-top: 10px;
7fcd9832 Ohad Levy
}

05ab4c16 Ohad Levy
.logo-text {
82e47ae0 Amos Benari
margin-left: 55px !important;
72e65b31 Ohad Levy
}

05ab4c16 Ohad Levy
.narrow-left {
padding-left: 0px !important;
7fcd9832 Ohad Levy
}
05ab4c16 Ohad Levy
.narrow-right {
padding-right: 0px !important;
7fcd9832 Ohad Levy
}


a90f0ee7 Jason E. Rist
#login-form {
width: 390px;
margin: 0 auto;
}
01984fb7 Amos Benari
60e9b0c1 Ohad Levy
#login-form label {
font-size: 1.23em !important;
display: block;
font-weight: bold; color: #507ea1;
}

#login-form input[type="password"], #login-form input[type="text"] {
font-size: 20px;
height: 32px;
width: 380px;
}

4d858028 Amos Benari
#login-form {margin-top:0em; padding:6em 2em; margin-left: auto; margin-right: auto; border: 2px solid #7f9bb1;
0b05e89f Amos Benari
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
background: url(../images/foreman_background.png) no-repeat right center;
}
7fcd9832 Ohad Levy
0b05e89f Amos Benari
.login-large-logo{
4d858028 Amos Benari
margin-left: auto; margin-right: auto;
display: block;
0b05e89f Amos Benari
margin-bottom: -30px;
margin-top: -30px;
padding-right: 170px;
01984fb7 Amos Benari
}

7fcd9832 Ohad Levy
/***** Flash & error messages ****/
05ab4c16 Ohad Levy
#errorExplanation, div.flash, .nodata {
01984fb7 Amos Benari
position: relative;
top: -40px;
7fcd9832 Ohad Levy
padding: 4px 4px 4px 30px;
margin-bottom: 12px;
font-size: 1.1em;
border: 2px solid;
}

a90f0ee7 Jason E. Rist
div.flash {
margin: 15px 15px 0 15px;
}
05ab4c16 Ohad Levy
.base li {
margin-left: 20px;
list-style: none;
}
7fcd9832 Ohad Levy
div.flash.error, #errorExplanation {
background: url(../images/false.png) 8px 5px no-repeat;
background-color: #ffe3e3;
border-color: #dd0000;
color: #550000;
}

div.flash.notice {
background: url(../images/true.png) 8px 5px no-repeat;
background-color: #dfffdf;
border-color: #9fcf9f;
color: #005f00;
}

05ab4c16 Ohad Levy
.nodata {
7fcd9832 Ohad Levy
text-align: center;
background-color: #FFEBC1;
border-color: #FDBF3B;
color: #A6750C;
}

#errorExplanation ul { font-size: 0.9em;}

/* rails error message */
.error-messages {
background: #BC1C3D;
border: 1px solid #900024;
padding: 15px 30px;
color: white;
margin-bottom: 20px;
}
.error-messages h2 {
color: white; margin-top: 0; padding-bottom: 0; font-size: 16px;
}
f257f11b Ohad Levy
.error-messages li {margin-left: 20px; list-style: none;}
7fcd9832 Ohad Levy
.field-with-errors input, .field-with-errors textarea, .field-with-errors select {border: 2px solid #BC1C3D;}

16cb7742 Ohad Levy
.odd {background-color:#f6f7f8;}
.even {background-color: #fff;}

4899723c Ohad Levy
.fieldWithErrors input,
.fieldWithErrors textarea,
.fieldWithErrors select {
16cb7742 Ohad Levy
border: solid 1px #f00;
50d325f0 Ohad Levy
}
48c5cd3e Amos Benari
.statistics_pie.small{
fb45bb29 Amos Benari
width: 280px;
8a58b53c Amos Benari
height: 250px;
c6f1b718 Ohad Levy
}
01984fb7 Amos Benari
.page_title{
font-size: 20px;
font-weight: bold;
margin-top: -22px;
76702262 Amos Benari
01984fb7 Amos Benari
}
3eecf845 Amos Benari
.host_chart{
eff83f02 Amos Benari
height: 320px;
05ab4c16 Ohad Levy
margin-bottom: 20px;
76702262 Amos Benari
}

05ab4c16 Ohad Levy
#hostclasses, .classes li, .classes li a {
76702262 Amos Benari
list-style-type: none;
bd46fa41 Ohad Levy
margin-right: 0.5em;
76702262 Amos Benari
text-decoration: none;
bd46fa41 Ohad Levy
}

05ab4c16 Ohad Levy
.classes ul {
margin-left: 10px;
margin-bottom: 0px;
}
017e1049 Ohad Levy
.puppetclass a, .puppetclass li a, .selected_puppetclass a, .selected_puppetclass li a {
bd46fa41 Ohad Levy
color: #333;
76702262 Amos Benari
float: right;
margin-right: 10px;
bd46fa41 Ohad Levy
}
ef14965b Ohad Levy
05ab4c16 Ohad Levy
#title_action {
e4b5713e Amos Benari
margin-top: -9px;
ef14965b Ohad Levy
}
b25137fe Amos Benari
01984fb7 Amos Benari
#actions_dropdown {
float: right;
margin-left: 3px;
cdd8bb6f Paul Kelly
}

1b3cbe60 Amos Benari
#settings li {
2e04e41b Ohad Levy
list-style-type:none;
padding:0 0 8px;
}
9fd7478e Paul Kelly
tr span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;}
tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}

a90f0ee7 Jason E. Rist
/* text align left */
.la { text-align: left; }
/* text align right */
.ra { text-align: right; }
cdf02336 Ohad Levy
/* text align center */
.ca { text-align: center; }
a90f0ee7 Jason E. Rist
/* float right */
.fr { float: right; }
/* float left */
.fl { float: left; }
9161008b Amos Benari
05ab4c16 Ohad Levy
.magic-line { position: absolute; top: 0px; left: 0; width: 100px; height: 2px; background: red; }
9161008b Amos Benari
.menu-dropdown {text-transform: capitalize;}
4d4b84f6 Ohad Levy
ee878ae8 Ohad Levy
.fact_chart {
height: 400px !important;
05ab4c16 Ohad Levy
width: 560px !important;
ee878ae8 Ohad Levy
padding: 0 !important;
05ab4c16 Ohad Levy
text-align: center;
font-weight: bold;
ee878ae8 Ohad Levy
overflow: hidden;
}
df886c98 Ohad Levy
49338863 Amos Benari
#confirmation-modal{
width: 750px !important;
}
30ae12bf Ohad Levy
49338863 Amos Benari
#confirmation-modal .modal-body{
overflow-y: auto;
overflow-x: hidden;
min-height: 300px;
max-height: 500px;
}

30ae12bf Ohad Levy
#host-conflicts-modal {
width: 650px !important;
}

df886c98 Ohad Levy
.editable {
background: url("../images/edit.png") no-repeat scroll 98% 6px transparent;
cursor: pointer;
padding: 4px 26px 4px 0px;
}
.editable:hover {
background: url("../images/edit-hover.png") no-repeat scroll 98% 6px #F2F2F2;
}
82e47ae0 Amos Benari
.tab-error {
color: #b94a48 !important;
13c2409d Ohad Levy
}
2b54d6ef Ohad Levy
.smart_var_add_match {
top: -47px;
position: relative;
}
8eb63065 Amos Benari
d97b956a Amos Benari
.action_btn{
position: relative;
top: -38px;
right: 92px;
float: right;
}

056baf6c Amos Benari
.pagination ul{ float: right;}
.modal-loading {
position: relative;
top: 50%;
left: 50%;
}

8a58b53c Amos Benari
select{padding: initial;}
42ec6e35 Amos Benari
8053eafd Amos Benari
.gray{
color:#808080 !important;
}
fb45bb29 Amos Benari
.stats-grid{
82e47ae0 Amos Benari
float:left;margin:0 0 20px 20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);
fb45bb29 Amos Benari
}
.stats-grid:hover{
border-color:#0069d6;-webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
82e47ae0 Amos Benari
}

table .span0{float:none;width:20px;margin-left:0;}
#Submit_multiple{ margin-bottom: 0px !important;}

.inputs-list{
margin-left:0;margin-bottom:18px;list-style:none;display: inline;
}

.table th{background: rgba(0, 0, 0, 0.08);}

b58ec945 Ohad Levy
.delete{color: #b94a48 !important;}

.setting_value form { margin: 0 !important;}
cc68313b Amos Benari
.form-actions{
background-color: #f5f5f5;
}
1b3cbe60 Amos Benari
.ignore-subnet{margin-right: 10px;margin-top: -25px;float: right;}
aac813cd Amos Benari
.tabs-left .nav-tabs>li>a.btn:hover{background:inherit;background-color: #408140;}
de3fb0d7 Amos Benari
.ace_editor{border: 2px solid #eee;}
c4ba83b0 Ohad Levy
.audit-content{border-bottom: 1px solid #ccc; padding-bottom: 9px; margin-bottom: 9px; margin-top: 9px; }
.tab-pane{min-height: 420px;}

.subnav {
height: 36px;
background-color: #EEE;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, whiteSmoke 0%, #EEE 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whiteSmoke), color-stop(100%, #EEE));
background-image: -webkit-linear-gradient(top, whiteSmoke 0%, #EEE 100%);
background-image: -ms-linear-gradient(top, whiteSmoke 0%, #EEE 100%);
background-image: -o-linear-gradient(top, whiteSmoke 0%, #EEE 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 );
background-image: linear-gradient(top, whiteSmoke 0%, #EEE 100%);
border: 1px solid #E5E5E5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.subnav ul { margin-top: 7px;margin-bottom: 0;}
.subnav ul li { list-style-type: none; margin: 0; display: inline-block;}
.subnav ul a { display: inline-block; padding: 2px 8px; font-size: 11px;
font-weight: bold; text-decoration: none; color: #666;border: 1px solid transparent;
border-radius: 10px;
}
995b1748 Amos Benari
.override-param{
text-decoration: line-through;
}
9d060de2 Amos Benari
.btn-toolbar-condensed{margin: 0;}