diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-07-17 11:29:37 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-07-17 11:29:37 +0200 |
commit | f39d20ac978e6ea8a0d2993f9953d051e5f31254 (patch) | |
tree | a792efbd9efa8da4de811b7699e7b6529550c958 /view/theme/redbasic/css | |
parent | f396b1bf735a7dc9eb3632e49c1269de54777c6d (diff) | |
download | volse-hubzilla-f39d20ac978e6ea8a0d2993f9953d051e5f31254.tar.gz volse-hubzilla-f39d20ac978e6ea8a0d2993f9953d051e5f31254.tar.bz2 volse-hubzilla-f39d20ac978e6ea8a0d2993f9953d051e5f31254.zip |
some work on guest access token ui
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index eeaf021c1..d61e60dc9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1655,6 +1655,7 @@ main.fullscreen .section-content-wrapper-np { display: none; } +.atoken-index-row:hover td, .chatroom-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, @@ -2036,20 +2037,3 @@ dl.bb-dl > dd > li { border-style: solid; border-width: 5px; } - -.atoken-list { - margin-right: 5px; - list-style-type: none; -} -.atoken-list li { - margin-bottom: 10px; -} -.atoken-text { - margin: 5px 10px 5px 10px; -} -.atoken-example { - margin-left: 20px; -} -.zat-example { - color: red; -}
\ No newline at end of file |