summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-02-01 16:23:43 -0500
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-02-02 10:07:30 -0500
commitf8be8eb41b50d0bea6f6c362abc33fb4ac546f3d (patch)
tree683d0ac8b54c7549d37007d980e6024370108250 /p
parent6eb7828b628faecc314c7acfee0860fb24635737 (diff)
Modification de l'affichage des modes de partage
Ajout de la numérotation des modes de partage pour rendre l'utilisation des raccourcis plus aisée.
Diffstat (limited to 'p')
-rw-r--r--p/themes/Dark/global.css5
-rw-r--r--p/themes/Flat/global.css5
-rw-r--r--p/themes/Origine/global.css5
3 files changed, 15 insertions, 0 deletions
diff --git a/p/themes/Dark/global.css b/p/themes/Dark/global.css
index f96f83fc8..a6acd740a 100644
--- a/p/themes/Dark/global.css
+++ b/p/themes/Dark/global.css
@@ -407,6 +407,11 @@ input, select, textarea {
padding: 0 25px;
line-height: 30px;
}
+ .dropdown-menu > .item.share > a {
+ display: list-item;
+ list-style-position:inside;
+ list-style-type:decimal;
+ }
.dropdown-menu > .item:hover {
background: #26303F;
color: #888;
diff --git a/p/themes/Flat/global.css b/p/themes/Flat/global.css
index e3baa26ab..75c328fcb 100644
--- a/p/themes/Flat/global.css
+++ b/p/themes/Flat/global.css
@@ -403,6 +403,11 @@ input, select, textarea {
padding: 0 25px;
line-height: 30px;
}
+ .dropdown-menu > .item.share > a {
+ display: list-item;
+ list-style-position:inside;
+ list-style-type:decimal;
+ }
.dropdown-menu > .item:hover > a {
background: #2980b9;
color: #fff;
diff --git a/p/themes/Origine/global.css b/p/themes/Origine/global.css
index 58a3a52b1..c1892d042 100644
--- a/p/themes/Origine/global.css
+++ b/p/themes/Origine/global.css
@@ -419,6 +419,11 @@ input, select, textarea {
padding: 0 25px;
line-height: 30px;
}
+ .dropdown-menu > .item.share > a {
+ display: list-item;
+ list-style-position:inside;
+ list-style-type:decimal;
+ }
.dropdown-menu > .item:hover {
background: #0062BE;
color: #fff;