aboutsummaryrefslogtreecommitdiff
path: root/public/theme/global.css
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-04-13 12:24:14 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-04-13 12:24:14 +0200
commit1cc118acdc52895ca500c93b36bbb5cf3a149bc7 (patch)
treed8215d3b80c94b8a7b933a0d6cef000015fc277d /public/theme/global.css
parent2f7ecb2e490ade40350a68b902b4ff28e3168cbb (diff)
Ajout partage par mail (voir issue #34) + déplacement des options de partage en bas des articles
Diffstat (limited to 'public/theme/global.css')
-rw-r--r--public/theme/global.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/theme/global.css b/public/theme/global.css
index 3262036be..f4466cec1 100644
--- a/public/theme/global.css
+++ b/public/theme/global.css
@@ -69,6 +69,7 @@ label {
}
input, select, textarea {
display: inline-block;
+ max-width: 100%;
min-height: 25px;
padding: 5px;
background: #fdfdfd;
@@ -294,6 +295,19 @@ input, select, textarea {
padding: 5px 10px;
}
+/* HORIZONTAL-LIST */
+.horizontal-list {
+ display: table;
+ table-layout: fixed;
+ margin: 0;
+ padding: 0;
+ width: 100%;
+}
+ .horizontal-list .item {
+ display: table-cell;
+ vertical-align: middle;
+ }
+
/* DROPDOWN */
.dropdown {
position: relative;