aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/css/shaarli.css
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-06-03 20:02:00 +0200
committerArthurHoaro <arthur@hoa.ro>2016-08-07 12:17:36 +0200
commit09d6e7e0503535f64f374f570037b0dbff09be7b (patch)
tree18a839d68c3e74e68ce2d8570625a486c13c0062 /tpl/default/css/shaarli.css
parentf26d4d56f99e2be9fa2ad4598a7b55ce0e9dcfdf (diff)
downloadShaarli-09d6e7e0503535f64f374f570037b0dbff09be7b.tar.gz
Shaarli-09d6e7e0503535f64f374f570037b0dbff09be7b.tar.zst
Shaarli-09d6e7e0503535f64f374f570037b0dbff09be7b.zip
addlink template
Diffstat (limited to 'tpl/default/css/shaarli.css')
-rw-r--r--tpl/default/css/shaarli.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css
index 14fddc4b..89d72608 100644
--- a/tpl/default/css/shaarli.css
+++ b/tpl/default/css/shaarli.css
@@ -590,14 +590,14 @@ pre {
590/** 590/**
591 * Login page 591 * Login page
592 */ 592 */
593#login-form { 593.page-form {
594 margin: 20px 0 0 0; 594 margin: 20px 0 0 0;
595 background: url(../img/noise.png) #1fa67a; 595 background: url(../img/noise.png) #1fa67a;
596 border-radius: 5px; 596 border-radius: 5px;
597 box-shadow: 1px 1px 2px #797979; 597 box-shadow: 1px 1px 2px #797979;
598} 598}
599 599
600#login-form h2 { 600.page-form h2 {
601 margin: 0 0 10px 0; 601 margin: 0 0 10px 0;
602 padding: 10px 0; 602 padding: 10px 0;
603 width: 100%; 603 width: 100%;
@@ -608,12 +608,12 @@ pre {
608 border-bottom: 1px solid #797979; 608 border-bottom: 1px solid #797979;
609} 609}
610 610
611#login-form div { 611.page-form div {
612 width: 100%; 612 width: 100%;
613 text-align: center; 613 text-align: center;
614} 614}
615 615
616#login-form input[type="text"], #login-form input[type="password"] { 616.page-form input[type="text"], .page-form input[type="password"] {
617 margin: 10px 0; 617 margin: 10px 0;
618 padding: 5px 5px 3px 15px; 618 padding: 5px 5px 3px 15px;
619 height: 30px; 619 height: 30px;
@@ -626,8 +626,8 @@ pre {
626} 626}
627 627
628/* because chrome */ 628/* because chrome */
629#login-form input[type="text"]::-webkit-input-placeholder, 629.page-form input[type="text"]::-webkit-input-placeholder,
630#login-form input[type="password"]::-webkit-input-placeholder { 630.page-form input[type="password"]::-webkit-input-placeholder {
631 color: #b0ddce; 631 color: #b0ddce;
632} 632}
633 633
@@ -637,7 +637,7 @@ pre {
637 font-weight: bold; 637 font-weight: bold;
638} 638}
639 639
640#login-form input[type="submit"] { 640.page-form input[type="submit"] {
641 margin: 10px 0; 641 margin: 10px 0;
642 height: 35px; 642 height: 35px;
643 width: 150px; 643 width: 150px;