summaryrefslogtreecommitdiff
path: root/openstack_dashboard/static/dashboard/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/static/dashboard/css/style.css')
-rw-r--r--openstack_dashboard/static/dashboard/css/style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/openstack_dashboard/static/dashboard/css/style.css b/openstack_dashboard/static/dashboard/css/style.css
index 560c106b..89205e48 100644
--- a/openstack_dashboard/static/dashboard/css/style.css
+++ b/openstack_dashboard/static/dashboard/css/style.css
@@ -372,6 +372,10 @@ a.current_item:hover h3, a.current_item:hover h4 {
.table th.header:hover {
background-color: #e8e8e8;
}
+.table tbody td.anchor a {
+ display: block;
+ padding: 8px;
+}
.table tr.table_caption th.header:hover {
background-color: transparent;
cursor: default;
@@ -396,6 +400,9 @@ a.current_item:hover h3, a.current_item:hover h4 {
th {
background: #f1f1f1;
}
+td.anchor {
+ padding: 0;
+}
small {
@@ -555,7 +562,7 @@ table form {
font-family: "anivers";
}
-#monitoring h3{
+#monitoring h3 {
font-size: 14px;
font-weight: normal;
float: left;