aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-10 14:41:58 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-10 14:41:58 +0200
commitce4a1dcc193d3124fc51c4942137621d3d806a19 (patch)
tree437baacae734dd62426329fa4fa830beb78c7aea /tpl/css
parentd5ce28df67fcddfb957ce28424f3e5751f433695 (diff)
downloadwallabag-ce4a1dcc193d3124fc51c4942137621d3d806a19.tar.gz
wallabag-ce4a1dcc193d3124fc51c4942137621d3d806a19.tar.zst
wallabag-ce4a1dcc193d3124fc51c4942137621d3d806a19.zip
changes to add url directly from poche
Diffstat (limited to 'tpl/css')
-rw-r--r--tpl/css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css
index 7d2c143f..d644814d 100644
--- a/tpl/css/style.css
+++ b/tpl/css/style.css
@@ -258,13 +258,14 @@ footer {
258 font-size: 0.8em; 258 font-size: 0.8em;
259} 259}
260 260
261#inputform{ 261#inputform {
262 display: none; 262 display: none;
263 text-align:center; 263 text-align:center;
264 max-width:300px; 264 max-width:300px;
265 margin-left:auto; 265 margin-left:auto;
266 margin-right:auto; 266 margin-right:auto;
267 margin-top:5px; 267 margin-top:5px;
268 padding-bottom: 5px;
268 background-color: rgba(0, 0, 0, 0.9); 269 background-color: rgba(0, 0, 0, 0.9);
269 opacity:0.8; 270 opacity:0.8;
270 color:white; 271 color:white;