blob: cd1f45f31244290eac616c00497c856d36ea2688 [file] [log] [blame]
#serviceManagementCoreDivId {
width: 400px;
margin-left:20px;
}
.serviceManagementGroup {
margin-bottom:20px;
}
.serviceManagementGroup h2 {
font-size:16px;
}
/*
.serviceManagementEntry {
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
border-style: solid;
border-width: 2px;
background-color:#F0F0E8;
border:color:#B2B299;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
*/
.serviceManagementEntry {
padding: 14px 14px;
margin: 0 0 10px;
list-style: none;
background-color: #FBFBFB;
background-image: -moz-linear-gradient(top, white, whiteSmoke);
background-image: -ms-linear-gradient(top, white, whiteSmoke);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(whiteSmoke));
background-image: -webkit-linear-gradient(top, white, whiteSmoke);
background-image: -o-linear-gradient(top, white, whiteSmoke);
background-image: linear-gradient(top, white, whiteSmoke);
background-repeat: repeat-x;
border: 1px solid #DDD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='white', endColorstr='whiteSmoke', GradientType=0);
-webkit-box-shadow: inset 0 1px 0 white;
-moz-box-shadow: inset 0 1px 0 white;
box-shadow: inset 0 1px 0 white;
}
.serviceManagementEntry:hover {
}
.serviceManagementEntry:hover a {
}
.serviceManagementEntryStarted {
color: green;
}
.serviceManagementEntryStopped {
color:red;
}
.serviceManagementEntryInstalled {
color: green;
}
.serviceManagementEntryUninstalled {
color:red;
opacity: 0.3;
/* Make links within .serviceManagementEntryUninstalled not look like links. */
pointer-events: none;
cursor: text;
}
.serviceManagementEntryNameContainer {
/* Reznor's
font-weight: bold;
font-size: 20px;
*/
font-size: 15px;
}
a.serviceManagementEntryName {
display:inline-block;
border:0px solid black;
width:180px;
color:#333333;
/* Temporarily make links within .serviceManagementEntryName not look like links. */
pointer-events: none;
text-decoration: none;
cursor: text;
}
.serviceManagementEntryStateContainer {
display:inline-block;
font-size:15px;
margin-left:0px;
border:0px solid black;
}
.serviceManagementEntryActionsContainer {
float: right;
margin-top:-4px;
}
.serviceManagementEntryActionStart {
width:20px;
margin-right:4px;
}
.serviceManagementEntryActionStop {
width:20px;
margin-right:4px;
}
.serviceManagementEntryActionReconfigure {
width:20px;
}
.serviceManagementEntryActionReconfigure.disabled {
visibility:hidden;
}
#serviceManagementGlobalActionsDivId {
margin-left:90px;
}
ul#serviceManagementListId,
.serviceManagementGroup ul {
list-style:none outside none;
margin:0;
}