Mercurial > libervia-web
comparison src/browser/public/libervia.css @ 729:273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 21 Oct 2015 14:23:53 +0200 |
parents | c2f22ca12e23 |
children | fe3c2357a8c9 |
comparison
equal
deleted
inserted
replaced
728:9d35d75566fb | 729:273b39f04d8e |
---|---|
414 /* Custom Dialogs */ | 414 /* Custom Dialogs */ |
415 | 415 |
416 .formWarning { /* used when a form is not valid and must be corrected before submission */ | 416 .formWarning { /* used when a form is not valid and must be corrected before submission */ |
417 font-weight: bold; | 417 font-weight: bold; |
418 color: red !important; | 418 color: red !important; |
419 height: 30px; | |
420 text-align: center; | |
419 } | 421 } |
420 | 422 |
421 .contactsChooser { | 423 .contactsChooser { |
422 text-align: center; | 424 text-align: center; |
423 margin:auto; | 425 margin:auto; |
637 border: 5px solid #222; | 639 border: 5px solid #222; |
638 -webkit-box-shadow: 0px 1px 4px #000; | 640 -webkit-box-shadow: 0px 1px 4px #000; |
639 box-shadow: 0px 1px 4px #000; | 641 box-shadow: 0px 1px 4px #000; |
640 } | 642 } |
641 | 643 |
642 .registerPanel_tabs .gwt-Label { | |
643 margin: 20px 0px 0px 15px; | |
644 cursor: pointer; | |
645 font-size: larger; | |
646 } | |
647 | |
648 .registerPanel_tabs .gwt-TabBarItem div { | |
649 color: #444; | |
650 } | |
651 | |
652 .registerPanel_tabs .gwt-TabBarItem div:hover { | |
653 color: #fff; | |
654 } | |
655 | |
656 .registerPanel_tabs .gwt-TabBarItem-selected div { | |
657 color: #fff; | |
658 } | |
659 | |
660 .registerPanel_tabs .gwt-TabBarRest { | |
661 } | |
662 | |
663 .registerPanel_right_side { | 644 .registerPanel_right_side { |
664 background: #111 url('media/libervia/register_right.png'); | 645 background: #111 url('media/libervia/register_right.png'); |
665 height: 100%; | 646 height: 100%; |
666 width: 100%; | 647 width: 100%; |
667 } | 648 } |
649 | |
650 .registerPanel_right_side .gwt-StackPanelItem { | |
651 margin: 15px; | |
652 height: auto; | |
653 text-align: center; | |
654 cursor: pointer; | |
655 color: #fff; | |
656 display: block; | |
657 text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2); | |
658 } | |
659 | |
660 .registerPanel_right_side .gwt-StackPanelItem-selected { | |
661 display: none; | |
662 } | |
663 | |
668 .registerPanel_content { | 664 .registerPanel_content { |
669 margin-left: 50px; | 665 margin: auto 50px; |
670 margin-top: 30px; | |
671 } | 666 } |
672 | 667 |
673 .registerPanel_content div { | 668 .registerPanel_content div { |
674 font-size: 1em; | 669 font-size: 1em; |
675 margin-left: 10px; | 670 margin-left: 10px; |
676 margin-top: 15px; | 671 margin-top: 15px; |
677 font-weight: bold; | 672 font-weight: bold; |
678 color: #888; | 673 color: #aaa; |
679 } | 674 } |
680 | 675 |
681 .registerPanel_content input { | 676 .registerPanel_content input { |
682 height: 25px; | 677 height: 25px; |
683 line-height: 25px; | 678 line-height: 25px; |
694 } | 689 } |
695 | 690 |
696 | 691 |
697 .registerPanel_content .button, .registerPanel_content .button:visited { | 692 .registerPanel_content .button, .registerPanel_content .button:visited { |
698 background: #222 url('media/libervia/gradient.png') repeat-x; | 693 background: #222 url('media/libervia/gradient.png') repeat-x; |
699 display: inline-block; | 694 display: block; |
700 text-decoration: none; | 695 text-decoration: none; |
701 border-radius: 6px 6px 6px 6px; | 696 border-radius: 6px 6px 6px 6px; |
702 border-bottom: 1px solid rgba(0,0,0,0.25); | 697 border-bottom: 1px solid rgba(0,0,0,0.25); |
703 cursor: pointer; | 698 cursor: pointer; |
704 margin-top: 30px; | 699 margin: 30px auto; |
705 } | 700 } |
706 | 701 |
707 /* Fix for Opera */ | 702 /* Fix for Opera */ |
708 .button, .button:visited { | 703 .button, .button:visited { |
709 border-radius: 6px 6px 6px 6px !important; | 704 border-radius: 6px 6px 6px 6px !important; |