aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/css/style.css
diff options
context:
space:
mode:
authorThomas Citharel <thomas.citharet@gmail.com>2013-09-08 21:26:30 +0200
committerThomas Citharel <thomas.citharet@gmail.com>2013-09-08 21:26:30 +0200
commitd5ce28df67fcddfb957ce28424f3e5751f433695 (patch)
tree1a2f434a69549c5e7b6e34b50ccb3750eb1ddb86 /tpl/css/style.css
parent693b3f86776ae236d69ac6ed085b5e46b9054642 (diff)
downloadwallabag-d5ce28df67fcddfb957ce28424f3e5751f433695.tar.gz
wallabag-d5ce28df67fcddfb957ce28424f3e5751f433695.tar.zst
wallabag-d5ce28df67fcddfb957ce28424f3e5751f433695.zip
Fixed bugs due to migration
Diffstat (limited to 'tpl/css/style.css')
-rw-r--r--tpl/css/style.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css
index 808e4b69..7d2c143f 100644
--- a/tpl/css/style.css
+++ b/tpl/css/style.css
@@ -259,14 +259,14 @@ footer {
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+ background-color: rgba(0, 0, 0, 0.9); 268 background-color: rgba(0, 0, 0, 0.9);
269+ opacity:0.8; 269 opacity:0.8;
270+ color:white; 270 color:white;
271+ border-radius: 3px; 271 border-radius: 3px;
272+} \ No newline at end of file 272} \ No newline at end of file