Fix issue #92 : agrandissement des boutons close

Permet une meilleure sélection (notamment en vue mobile) mais
nécessitera peut-être encore un réajustement dans le futur
pull/136/head
Marien Fressinaud 11 years ago
parent 64c6c65c3c
commit a73c6de610
  1. 10
      public/theme/freshrss.css
  2. 16
      public/theme/global.css

@ -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 {
display: inline-block;
position: absolute;
top: -16px; right: -16px;
width: 16px;
height: 16px;
padding: 5px;
width: 26px;
height: 26px;
background: #fff;
border-radius: 50px;
border: 1px solid #ddd;
line-height: 16px;
line-height: 26px;
text-align: center;
}
.dropdown .dropdown-close a {
display: block;
width: 100%;
height: 100%;
}
.dropdown .dropdown-close:hover {
background: #f4f4f4;
}

Loading…
Cancel
Save