aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/stylesheets/style.css
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-09-21 18:20:35 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-09-21 18:20:35 +0200
commitc9f399f5a7cd0f5e2fced05cb3f277091fb8542d (patch)
tree39041dc10383bfa328442c73b859855b2bbb8af2 /sonar-server/src/main/webapp/stylesheets/style.css
parentaeaa56989dee0331aba21529c52975423e37859d (diff)
downloadsonarqube-c9f399f5a7cd0f5e2fced05cb3f277091fb8542d.tar.gz
sonarqube-c9f399f5a7cd0f5e2fced05cb3f277091fb8542d.zip
SONAR-3623 use modal windows for renaming Q profiles
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/style.css')
-rw-r--r--sonar-server/src/main/webapp/stylesheets/style.css36
1 files changed, 34 insertions, 2 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css
index 7b6ab514660..fa9cf6cb609 100644
--- a/sonar-server/src/main/webapp/stylesheets/style.css
+++ b/sonar-server/src/main/webapp/stylesheets/style.css
@@ -1,6 +1,5 @@
/* CSS optimized by http://www.cleancss.com */
-
/* ------------------- PROJECTS SEARCH FORM ------------------- */
#projectSearch {
color: #444;
@@ -19,6 +18,7 @@
padding: 4px 0;
margin-top: 10px;
}
+
.ie6-warn {
color: #EEE;
background: #FF5252;
@@ -975,6 +975,7 @@ table.reviewDetails td img {
.discussionComment li {
list-style: square inside;
}
+
.discussionComment pre {
padding: 10px;
border: 1px dashed #DDD;
@@ -2274,13 +2275,13 @@ td.spacer-top {
padding: 4px 5px;
vertical-align: top;
}
+
.table > tfoot > tr > td {
font-size: 93%;
color: #777;
padding: 4px 5px;
}
-
.table-bordered > tbody {
border-left: 1px solid #DDD;
border-right: 1px solid #DDD;
@@ -2345,3 +2346,34 @@ select.medium-width {
#dependencies .colbody > div > img {
//vertical-align: baseline;
}
+
+.modal-title {
+ border-bottom: 1px solid #ccc;
+ padding: 0.5em;
+ background-color: #EFEFEF;
+}
+.form-field {
+ padding: 5px;
+}
+.form-field label:before {
+ content: "";
+}
+.form-field label {
+ display: block;
+ text-align: right;
+ width: 120px;
+ float: left;
+ line-height: 1;
+ padding: 5px 5px 0 0;
+}
+.form-footer {
+ text-align: right;
+ padding: 0.5em;
+ border-top: 1px solid #CCC;
+}
+.form-footer input {
+ margin-right: 10px;
+}
+input[type=text] {
+ height: 20px;
+}