mirror of https://github.com/apache/cloudstack.git
69 lines
2.5 KiB
CSS
69 lines
2.5 KiB
CSS
/*
|
|
* Licensed to the Apache Software Foundation (ASF) under one
|
|
* or more contributor license agreements. See the NOTICE file
|
|
* distributed with this work for additional information
|
|
* regarding copyright ownership. The ASF licenses this file
|
|
* to you under the Apache License, Version 2.0 (the
|
|
* "License"); you may not use this file except in compliance
|
|
* with the License. You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing,
|
|
* software distributed under the License is distributed on an
|
|
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
* KIND, either express or implied. See the License for the
|
|
* specific language governing permissions and limitations
|
|
* under the License.
|
|
*/
|
|
|
|
.quota-tariff-edit {
|
|
float: right;
|
|
}
|
|
|
|
.quota-bold {
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
color: #6D6D6D;
|
|
}
|
|
|
|
.quota-text {
|
|
font-size: 11px;
|
|
color: #282828;
|
|
}
|
|
|
|
.quota-element {
|
|
margin: 5px;
|
|
margin-left: 13px;
|
|
}
|
|
|
|
.quota-input {
|
|
background: #F6F6F6;
|
|
border: 1px solid #AFAFAF;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.quota-button {
|
|
border:1px solid #0077c7; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
|
|
font-size:11px;
|
|
padding: 8px;
|
|
margin-top: 12px;
|
|
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
|
|
background-color: #0099FF; background-image: -webkit-gradient(linear, left top, left bottom, from(#0099FF), to(#004FF7));
|
|
background-image: -webkit-linear-gradient(top, #0099FF, #004FF7);
|
|
background-image: -moz-linear-gradient(top, #0099FF, #004FF7);
|
|
background-image: -ms-linear-gradient(top, #0099FF, #004FF7);
|
|
background-image: -o-linear-gradient(top, #0099FF, #004FF7);
|
|
background-image: linear-gradient(to bottom, #0099FF, #004FF7);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0099FF, endColorstr=#004FF7);
|
|
}
|
|
|
|
.quota-button:hover {
|
|
border:1px solid #005c99;
|
|
background-color: #0039B3; background-image: -webkit-gradient(linear, left top, left bottom, from(#0039B3), to(#004FF7));
|
|
background-image: -webkit-linear-gradient(top, #0039B3, #004FF7);
|
|
background-image: -moz-linear-gradient(top, #0039B3, #004FF7);
|
|
background-image: -ms-linear-gradient(top, #0039B3, #004FF7);
|
|
background-image: -o-linear-gradient(top, #0039B3, #004FF7);
|
|
background-image: linear-gradient(to bottom, #0039B3, #004FF7);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0039B3, endColorstr=#004FF7);
|
|
}
|