Ticket #2711: 2711.3.patch
| File 2711.3.patch, 1.4 KB (added by , 9 years ago) |
|---|
-
src/templates/default/css/bbpress.css
803 803 #bbpress-forums #bbp-your-profile fieldset input, 804 804 #bbpress-forums #bbp-your-profile fieldset textarea { 805 805 margin-bottom: 0; 806 width: 60%;806 width: 100%; 807 807 background: #f9f9f9; 808 808 border: 1px solid #ddd; 809 809 -webkit-box-shadow: none; … … 831 831 832 832 #bbpress-forums #bbp-your-profile fieldset label[for] { 833 833 float: left; 834 width: 20%;834 width: 100%; 835 835 padding: 5px 20px 5px 0; 836 text-align: right;836 text-align: left; 837 837 cursor: pointer; 838 838 } 839 839 840 840 #bbpress-forums #bbp-your-profile fieldset dl label[for] { 841 841 text-align: left; 842 width: 60%;842 width: 100%; 843 843 } 844 844 845 845 #bbpress-forums #bbp-your-profile fieldset span.description { … … 848 848 font-style: italic; 849 849 float: left; 850 850 clear: left; 851 width: 60%;851 width: 100%; 852 852 padding: 5px 8px; 853 853 border: #cee1ef 1px solid; 854 854 background-color: #f0f8ff; … … 863 863 } 864 864 865 865 #bbpress-forums #bbp-your-profile fieldset fieldset.password { 866 width: 60%;867 display: inline;866 width: 100%; 867 display: block; 868 868 } 869 869 870 870 #bbpress-forums #bbp-your-profile fieldset fieldset.password input, … … 879 879 #bbpress-forums #bbp-your-profile fieldset fieldset.password span.description { 880 880 margin-left: 0; 881 881 margin-bottom: 20px; 882 width: 100%; 882 883 } 883 884 884 885 #bbpress-forums #bbp-your-profile fieldset.submit button {