aboutsummaryrefslogtreecommitdiffstats
path: root/css/dashboard.css
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-08-11 19:32:35 -0500
committerJesús <heckyel@hyperbola.info>2019-08-11 19:32:35 -0500
commitfad77d906af516f5673c0dd9f81e33c706a387cf (patch)
tree742871c399d05eb813c8daa8ffea040b06ca6adb /css/dashboard.css
parentd50eb0791b2af99c63bc8d5af5d8291a1732426d (diff)
downloadematrix-fad77d906af516f5673c0dd9f81e33c706a387cf.tar.lz
ematrix-fad77d906af516f5673c0dd9f81e33c706a387cf.tar.xz
ematrix-fad77d906af516f5673c0dd9f81e33c706a387cf.zip
improve syntax
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);
- }
+}