Ticket #2711: 2711-2.patch
File 2711-2.patch, 1.8 KB (added by , 10 years ago) |
---|
-
src/templates/default/css/bbpress.css
781 781 #bbpress-forums #bbp-your-profile fieldset input, 782 782 #bbpress-forums #bbp-your-profile fieldset textarea { 783 783 margin-bottom: 0; 784 width: 60%;784 width: 100%; 785 785 background: #f9f9f9; 786 786 border: 1px solid #ddd; 787 787 box-shadow: none; … … 802 802 } 803 803 #bbpress-forums #bbp-your-profile fieldset label[for] { 804 804 float: left; 805 width: 20%;805 width: 100%; 806 806 padding: 5px 20px 5px 0; 807 text-align: right;807 text-align: left; 808 808 cursor: pointer; 809 809 } 810 810 #bbpress-forums #bbp-your-profile fieldset dl label[for] { 811 811 text-align: left; 812 width: 60%;812 width: 100%; 813 813 } 814 814 #bbpress-forums #bbp-your-profile fieldset span.description { 815 815 margin: 5px 0 0 20%; … … 817 817 font-style: italic; 818 818 float: left; 819 819 clear: left; 820 width: 60%;820 width: 100%; 821 821 padding: 5px 8px; 822 822 border: #cee1ef 1px solid; 823 823 background-color: #f0f8ff; … … 831 831 float: none; 832 832 } 833 833 #bbpress-forums #bbp-your-profile fieldset fieldset.password { 834 width: 60%;835 display: inline;834 width: 100%; 835 display: block; 836 836 } 837 837 #bbpress-forums #bbp-your-profile fieldset fieldset.password input, 838 838 #bbpress-forums #bbp-your-profile fieldset fieldset.password span { … … 844 844 #bbpress-forums #bbp-your-profile fieldset fieldset.password span.description { 845 845 margin-left: 0; 846 846 margin-bottom: 20px; 847 width: 100%; 847 848 } 848 849 849 850 #bbpress-forums #bbp-your-profile fieldset.submit button { … … 1222 1223 clear: both; 1223 1224 margin-left: 0; 1224 1225 word-wrap: break-word; 1226 padding-top: 20px; 1225 1227 } 1226 1228 #bbpress-forums div.bbp-forum-title h3, 1227 1229 #bbpress-forums div.bbp-topic-title h3,