aboutsummaryrefslogtreecommitdiffstats
path: root/css/dashboard.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/dashboard.css')
-rw-r--r--css/dashboard.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/css/dashboard.css b/css/dashboard.css
index c449d2d..9cc8635 100644
--- a/css/dashboard.css
+++ b/css/dashboard.css
@@ -29,7 +29,7 @@ body {
width: 100vw;
height: 100vh;
overflow: hidden;
- }
+}
#dashboard-nav {
margin: 0;
border: 0;
@@ -39,18 +39,18 @@ body {
width: 100vw;
height: 50px;
z-index: 10;
- }
+}
#dashboard-nav-widgets {
margin: 0;
border-bottom: 1px solid #ccc;
padding: 4px 0 0 0;
white-space: nowrap;
background-color: white;
- }
+}
#dashboard-nav-widgets span {
padding: 0 0.5em;
font-size: larger;
- }
+}
.tabButton {
margin: 0;
border: 1px solid #ccc;
@@ -65,17 +65,17 @@ body {
font: inherit;
cursor: pointer;
text-decoration: none;
- }
+}
.tabButton:focus {
outline: 0;
- }
+}
.tabButton:active,.tabButton:visited {
color: inherited;
- }
+}
.tabButton.selected {
border-bottom: 1px solid white;
background-color: white;
- }
+}
iframe {
margin: 0;
border: 0;
@@ -86,4 +86,4 @@ iframe {
top: 50px;
width: 100%;
height: calc(100% - 50px);
- }
+}