summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/theme/freshrss.css10
-rw-r--r--public/theme/global.css16
2 files changed, 15 insertions, 11 deletions
diff --git a/public/theme/freshrss.css b/public/theme/freshrss.css
index 345bd5252..613a6f037 100644
--- a/public/theme/freshrss.css
+++ b/public/theme/freshrss.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;
diff --git a/public/theme/global.css b/public/theme/global.css
index ea83b4deb..4c504db63 100644
--- a/public/theme/global.css
+++ b/public/theme/global.css
@@ -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;
}