aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-04-26 18:34:59 +0200
committervincent-peugnet <v.peugnet@free.fr>2020-04-26 18:34:59 +0200
commit877e0570ea7eb94e9698aab9147104f5251f55c9 (patch)
tree62fcff04bdf46de5ec504604ed67d0682b6bacdf /assets
parent53e6d5fde32a917718a0658fb95f366dc7dfc248 (diff)
downloadwcms-877e0570ea7eb94e9698aab9147104f5251f55c9.tar.gz
wcms-877e0570ea7eb94e9698aab9147104f5251f55c9.zip
add bookmarks to media
Diffstat (limited to 'assets')
-rw-r--r--assets/css/edit.css6
-rw-r--r--assets/css/home.css21
2 files changed, 13 insertions, 14 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css
index f43684c..c774434 100644
--- a/assets/css/edit.css
+++ b/assets/css/edit.css
@@ -406,6 +406,12 @@ span.cm-wkeyword {
img.icon {
height: 23px;
}
+
+
+ span#shortcuts {
+ font-size: 23px;
+ line-height: 1;
+ }
}
diff --git a/assets/css/home.css b/assets/css/home.css
index 221472e..e06165b 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -107,20 +107,6 @@ aside summary:hover {
}
-aside.home details#bookmarks input[type="checkbox"] {
- opacity: 0.2;
- float: right;
- height: 11px;
-}
-
-aside.home details#bookmarks input[type="checkbox"]:hover {
- opacity: 1;
-}
-
-aside.home details#bookmarks ul {
- padding: 2%;
-}
-
aside.home #edit input[type="submit"] {
width: 100%;
}
@@ -674,6 +660,12 @@ footer {
height: 23px;
}
+
+ span#shortcuts {
+ font-size: 23px;
+ line-height: 1;
+ }
+
}
@@ -687,3 +679,4 @@ footer {
}
}
+