Permet une meilleure sélection (notamment en vue mobile) mais nécessitera peut-être encore un réajustement dans le futur
@@ -332,7 +332,7 @@
overflow: auto;
}
#stream.global .category .feeds .item {
- padding: 0 10px;
+ padding: 2px 10px;
font-size: 90%;
@@ -563,13 +563,13 @@
position: absolute;
right: 0;
display: inline-block;
- width: 20px;
- height: 20px;
+ width: 26px;
+ height: 26px;
margin: 0 10px 0 0;
border: 1px solid #ccc;
- border-radius: 10px;
+ border-radius: 20px;
text-align: center;
- line-height: 20px;
+ line-height: 26px;
.aside .categories {
margin: 30px 0;
@@ -50,8 +50,8 @@ img {
border: none;
-/* IFRAME */
-iframe {
+/* VIDEOS */
+iframe, embed, object {
max-width: 100%;
@@ -396,15 +396,19 @@ input, select, textarea {
top: -16px; right: -16px;
- width: 16px;
- height: 16px;
- padding: 5px;
background: #fff;
border-radius: 50px;
border: 1px solid #ddd;
- line-height: 16px;
+ .dropdown .dropdown-close a {
+ display: block;
+ width: 100%;
+ height: 100%;
+ }
.dropdown .dropdown-close:hover {
background: #f4f4f4;