summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJimmy Huynh <jimmy.huynh@etu.unistra.fr>2021-02-19 14:19:05 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commiteff6468090fbf31f40c36a3a5ddb4d69d3b15143 (patch)
treeff15c8f7f5ce5a220afd32dab243801765a74e90 /css
parente7afafba29d8561ccdc1463380dbe9b63b0a50c4 (diff)
(+) ui > social networks in row
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/navigation.css45
1 files changed, 34 insertions, 11 deletions
diff --git a/css/navigation.css b/css/navigation.css
index 3e7354bc3..5366a9155 100644
--- a/css/navigation.css
+++ b/css/navigation.css
@@ -109,34 +109,57 @@
background-image: url('../img/twitter.svg') !important;
}
+.col-4 {
+ -ms-flex: 0 0 33.333333%;
+ flex: 0 0 33.333333%;
+ max-width: 33.333333%;
+ position: relative;
+ width: 100%;
+}
+
+.row {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+}
+
+.icon-dropdown{
+ background-position: center !important;
+ background-size: 24px;
+ padding: 2em !important;
+ min-height: 28px !important;
+ min-width: 28px !important;
+}
+
.icon-full-text-enabled {
- background-image: url('../img/fulltext.svg');
- background-size: 50%;
- opacity: .5;
+background-image: url('../img/fulltext.svg');
+background-size: 50%;
+opacity: .5;
}
.icon-full-text-disabled {
- background-image: url('../img/nonfulltext.svg');
- background-size: 50%;
- opacity: .5;
+background-image: url('../img/nonfulltext.svg');
+background-size: 50%;
+opacity: .5;
}
#app-navigation .unread > a {
- font-weight: bold;
+font-weight: bold;
}
#app-navigation p.error {
- line-height: 25px;
+line-height: 25px;
}
#app-navigation .folder-rename-error {
- height: auto;
+height: auto;
}
/**
- * Error message
- */
+* Error message
+*/
#app-navigation .error-message {
padding: 15px;
background-color: var(--color-main-background);