Commit 0b2e2c3d6b803d0c1852a031f8d58238a9e9e9f3

Authored by Melissa Wen
2 parents 7afdb1bd e20cabc9
Exists in master and in 1 other branch mezuro_spb

Merge branch 'style_send_mails_to_admins' into 'master'

Form style send mails to admins

Fix style of the form for send e-mail to admins - #861

See merge request !251
src/noosfero-spb/noosfero-spb-theme/css/administration-panel.css
... ... @@ -629,6 +629,7 @@
629 629 margin-left: 0px;
630 630 }
631 631  
  632 +.action-users-send_mail #content .main-content form label,
632 633 .action-profile_editor-edit #content .main-content #profile-data .formlabel,
633 634 #noosfero_profile-content #content .main-content #profile-data .formlabel,
634 635 .controller-maps.action-maps-edit_location #content .main-content form label,
... ... @@ -675,6 +676,7 @@
675 676 font-size: 13px;
676 677 }
677 678  
  679 +.action-users-send_mail #content .main-content input[type="text"],
678 680 .action-admin_panel-site_info #content .main-content input[type="text"],
679 681 .action-profile_editor-edit_software_community #content .main-content #profile-data input[type="text"],
680 682 .action-profile_editor-edit #content .main-content #profile-data input[type="text"],
... ... @@ -692,6 +694,39 @@
692 694 color: #585858;
693 695 }
694 696  
  697 +.action-users-send_mail #content .main-content{
  698 + font-family: Arial;
  699 +}
  700 +
  701 +.action-users-send_mail #content .main-content form label{
  702 + font-size: 12px;
  703 +}
  704 +
  705 +.action-users-send_mail #content .main-content input[type="text"] {
  706 + width: 504px;
  707 +}
  708 +
  709 +.action-users-send_mail #content .main-content .recipients{
  710 + margin-top: 30px;
  711 +}
  712 +
  713 +.action-users-send_mail #content .main-content .formlabel {
  714 + font-weight: 700;
  715 + font-size: 16px;
  716 +}
  717 +
  718 +.action-users-send_mail #content .main-content .recipients-checkboxes {
  719 + margin-left: 20px;
  720 +}
  721 +
  722 +.action-users-send_mail #content .main-content #profile_admins{
  723 + margin-left: 10px
  724 +}
  725 +
  726 +.action-users-send_mail #content .main-content .recipients-checkboxes input[disabled=""] {
  727 + opacity: 0.5;
  728 +}
  729 +
695 730 .action-profile_editor-edit_software_community #content .main-content #profile-data .field-with-privacy-selector:hover{
696 731 background: none;
697 732 }
... ... @@ -723,14 +758,21 @@
723 758 margin-top: 0px;
724 759 }
725 760  
  761 +.action-users-send_mail #content .main-content form div input[type="radio"],
726 762 .action-profile_editor-edit #content .main-content form div input[type="radio"],
727 763 #noosfero_profile-content #content .main-content form div input[type="radio"],
  764 +.action-users-send_mail #content .main-content form input[type="checkbox"],
728 765 .action-profile_editor-edit #content .main-content form input[type="checkbox"],
729 766 #noosfero_profile-content #content .main-content form input[type="checkbox"] {
730 767 margin-right: 5px;
731 768 vertical-align: middle;
732 769 }
733 770  
  771 +.action-users-send_mail #content .main-content form div input[type="radio"],
  772 +.action-users-send_mail #content .main-content form input[type="checkbox"]{
  773 + margin-bottom: 5px;
  774 +}
  775 +
734 776 .action-profile_editor-edit #content .main-content #profile-data .field-with-privacy-selector:hover,
735 777 #noosfero_profile-content #content .main-content #profile-data .field-with-privacy-selector:hover {
736 778 background-color: #FFF;
... ... @@ -855,6 +897,23 @@
855 897 margin-right: 10px;
856 898 }
857 899  
  900 +.action-users-send_mail #content .main-content .submit {
  901 + background-color: #3E67B1;
  902 + color: #FFF;
  903 + height: 30px;
  904 + line-height: 26px;
  905 + padding: 0 15px 5px 15px;
  906 + margin: 10px 10px 0 0;
  907 +}
  908 +
  909 +.action-users-send_mail #content .main-content .icon-cancel {
  910 + margin: 10px 10px 0 0;
  911 + display: inline-block;
  912 + line-height: 26px;
  913 + height: 23px;
  914 + padding: 0 15px 5px 15px;
  915 +}
  916 +
858 917 .action-profile_editor-edit #delete-profile,
859 918 #noosfero_profile-content #delete-profile {
860 919 margin-top:0px;
... ...