diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-11 19:32:35 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-11 19:32:35 -0500 |
commit | fad77d906af516f5673c0dd9f81e33c706a387cf (patch) | |
tree | 742871c399d05eb813c8daa8ffea040b06ca6adb /css/cloud-ui.css | |
parent | d50eb0791b2af99c63bc8d5af5d8291a1732426d (diff) | |
download | ematrix-fad77d906af516f5673c0dd9f81e33c706a387cf.tar.lz ematrix-fad77d906af516f5673c0dd9f81e33c706a387cf.tar.xz ematrix-fad77d906af516f5673c0dd9f81e33c706a387cf.zip |
improve syntax
Diffstat (limited to 'css/cloud-ui.css')
-rw-r--r-- | css/cloud-ui.css | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/css/cloud-ui.css b/css/cloud-ui.css index c353a62..e0b7b6a 100644 --- a/css/cloud-ui.css +++ b/css/cloud-ui.css @@ -26,10 +26,10 @@ margin: 0.5em 0; padding: 1em 1em 0 1em; position: relative; - } +} #cloudWidget.hide { display: none; - } +} #cloudWidget > button { display: inline-block; font-family: FontAwesome; @@ -40,30 +40,30 @@ padding: 0.2em 0.25em 0.1em 0.25em; position: relative; vertical-align: baseline; - } +} #cloudWidget > button[disabled] { visibility: hidden; - } +} #cloudWidget > button.error { color: red; - } +} #cloudPush:after { content: '\f0ee'; - } +} #cloudPull:before, #cloudPullAndMerge:before { content: '\f0ed'; } #cloudPullAndMerge { margin: 0 0.25em; - } +} #cloudPullAndMerge:after { content: '\f067'; font-size: 50%; position: absolute; right: 0; top: 10%; - } +} #cloudWidget > span { color: gray; display: inline-block; @@ -72,15 +72,15 @@ padding: 0; vertical-align: bottom; white-space: pre; - } +} #cloudError { color: red; margin: 0; padding: 0.5em 0; - } +} #cloudError > span { font-size: x-small; - } +} #cloudWidget > #cloudCog { cursor: pointer; display: inline-block; @@ -90,16 +90,16 @@ padding: 4px; position: absolute; top: 0; - } +} body[dir="ltr"] #cloudWidget > #cloudCog { right: 0; - } +} body[dir="rtl"] #cloudWidget > #cloudCog { left: 0; - } +} #cloudWidget > #cloudCog:hover { opacity: 1; - } +} #cloudWidget > #cloudOptions { align-items: center; -webkit-align-items: center; @@ -113,14 +113,14 @@ body[dir="rtl"] #cloudWidget > #cloudCog { right: 0; top: 0; z-index: 2000; - } +} #cloudWidget > #cloudOptions.show { display: flex; display: -webkit-flex; - } +} #cloudWidget > #cloudOptions > div { background-color: white; border-radius: 3px; padding: 1em; text-align: center; - } +} |