hobo/hobo/static/css/style.css

58 lines
1.4 KiB
CSS

li.zone-settings a { background-image: url(../img/icon-settings.png); }
li.zone-settings a:hover { background-image: url(../img/icon-settings-hover.png); }
li.zone-users a { background-image: url(../img/icon-users.png); }
li.zone-users a:hover { background-image: url(../img/icon-users-hover.png); }
li.zone-roles a { background-image: url(../img/icon-roles.png); }
li.zone-roles a:hover { background-image: url(../img/icon-roles-hover.png); }
li.zone-webforms a { background-image: url(../img/icon-webforms.png); }
li.zone-webforms a:hover { background-image: url(../img/icon-webforms-hover.png); }
li.zone-webservices a { background-image: url(../img/icon-webservices.png); }
li.zone-webservices a:hover { background-image: url(../img/icon-webservices-hover.png); }
p.being-deployed {
background: url(indicator.gif) no-repeat;
padding-left: 2em;
}
a.delete-service, a.delete-variable, a.delete-tenant {
float: right;
text-decoration: none;
}
a.delete-service:after, a.delete-variable:after, a.delete-tenant:after {
font: normal 1.5em FontAwesome;
content:"\f057";
}
.right {
float: right;
}
.required {
position: relative;
}
.required label:after {
content: '*';
color: #f00;
position: absolute;
top: 0;
}
ul.login li {
list-style-type: none;
margin: .5em auto;
}
ul.login li ul.errorlist {
margin-left: 10em;
}
ul.login label {
float: left;
width: 10em;
}