Changeset 9876
- Timestamp:
- 05/18/2015 08:25:59 PM (9 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy/css
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css
r9875 r9876 653 653 width: auto; } 654 654 655 .groups.group-settings #group-settings-form div.radio label {655 .groups.group-settings #group-settings-form div.radio label, .groups.group-settings #create-group-form div.radio label { 656 656 border: 1px solid #eaeaea; 657 657 padding: 0.2em; } 658 .groups.group-settings #group-settings-form div.radio labelul {659 660 661 658 .groups.group-settings #group-settings-form div.radio ul, .groups.group-settings #create-group-form div.radio ul { 659 color: rgba(51, 51, 51, 0.6); 660 font-size: 14px; 661 font-size: 1.4rem; } 662 662 663 663 .groups.group-avatar form > p { … … 770 770 .bp-user #buddypress .pag-count { 771 771 font-style: italic; } 772 .bp-user #buddypress .notifications-options-nav { 773 border: 1px solid rgba(153, 153, 153, 0.5); 772 .bp-user #buddypress .notifications-options-nav, .bp-user #buddypress .messages-options-nav { 774 773 float: right; 775 774 width: 100%; } 776 @media screen and (min-width: 38.75em) { 777 .bp-user #buddypress .notifications-options-nav { 778 width: 300px; } } 779 .bp-user #buddypress .notifications-options-nav select, .bp-user #buddypress .notifications-options-nav input { 780 border: 0; 775 @media screen and (min-width: 30em) { 776 .bp-user #buddypress .notifications-options-nav, .bp-user #buddypress .messages-options-nav { 777 width: 50%; } } 778 .bp-user #buddypress .notifications-options-nav select, .bp-user #buddypress .notifications-options-nav input, .bp-user #buddypress .messages-options-nav select, .bp-user #buddypress .messages-options-nav input { 781 779 font-size: 14px; 782 780 font-size: 1.4rem; 783 781 outline: 0; 784 782 padding: 0; } 785 .bp-user #buddypress .notifications-options-nav select {783 .bp-user #buddypress .notifications-options-nav select, .bp-user #buddypress .messages-options-nav select { 786 784 float: right; 787 785 margin-left: 0; 788 width: 60%; } 789 .bp-user #buddypress .notifications-options-nav input { 786 width: 100%; } 787 @media screen and (min-width: 30em) { 788 .bp-user #buddypress .notifications-options-nav select, .bp-user #buddypress .messages-options-nav select { 789 width: 60%; } } 790 .bp-user #buddypress .notifications-options-nav input, .bp-user #buddypress .messages-options-nav input { 790 791 float: left; 791 font-family: inherit; 792 line-height: 20px; 793 width: 40%; } 792 font-family: "Noto Serif", serif; 793 line-height: 1.5; 794 margin-top: 10px; 795 width: 100%; } 796 .bp-user #buddypress .notifications-options-nav input[disabled]:hover, .bp-user #buddypress .messages-options-nav input[disabled]:hover { 797 background: none; } 798 @media screen and (min-width: 30em) { 799 .bp-user #buddypress .notifications-options-nav input, .bp-user #buddypress .messages-options-nav input { 800 margin-top: 0; 801 width: 38%; } } 794 802 795 803 /** … … 1029 1037 border: 1px solid rgba(153, 153, 153, 0.5); } 1030 1038 1031 #buddypress #item-body .standard-form li {1039 #buddypress .standard-form li, #buddypress .group-create-form li { 1032 1040 float: none; } 1033 #buddypress #item-body .standard-form input[type='text'], #buddypress #item-body .standard-form textarea {1041 #buddypress .standard-form input[type='text'], #buddypress .standard-form textarea, #buddypress .group-create-form input[type='text'], #buddypress .group-create-form textarea { 1034 1042 width: 100%; } 1035 1043 #buddypress div.dir-search, #buddypress div.message-search, #buddypress li.groups-members-search { … … 1120 1128 *------------------------------------------------------------------------------- 1121 1129 */ 1130 #buddypress #item-body div#message { 1131 margin-top: 20px; } 1132 @media screen and (min-width: 55em) { 1133 #buddypress #item-body div#message { 1134 margin-left: 20px; } } 1122 1135 #buddypress div#message p { 1123 1136 font-size: 18px; … … 1136 1149 background: #db7e7e; 1137 1150 border: 1px solid #be3535; 1138 color: # fff; }1151 color: #1f0808; } 1139 1152 1140 1153 /** -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.css
r9875 r9876 653 653 width: auto; } 654 654 655 .groups.group-settings #group-settings-form div.radio label {655 .groups.group-settings #group-settings-form div.radio label, .groups.group-settings #create-group-form div.radio label { 656 656 border: 1px solid #eaeaea; 657 657 padding: 0.2em; } 658 .groups.group-settings #group-settings-form div.radio labelul {659 660 661 658 .groups.group-settings #group-settings-form div.radio ul, .groups.group-settings #create-group-form div.radio ul { 659 color: rgba(51, 51, 51, 0.6); 660 font-size: 14px; 661 font-size: 1.4rem; } 662 662 663 663 .groups.group-avatar form > p { … … 770 770 .bp-user #buddypress .pag-count { 771 771 font-style: italic; } 772 .bp-user #buddypress .notifications-options-nav { 773 border: 1px solid rgba(153, 153, 153, 0.5); 772 .bp-user #buddypress .notifications-options-nav, .bp-user #buddypress .messages-options-nav { 774 773 float: left; 775 774 width: 100%; } 776 @media screen and (min-width: 38.75em) { 777 .bp-user #buddypress .notifications-options-nav { 778 width: 300px; } } 779 .bp-user #buddypress .notifications-options-nav select, .bp-user #buddypress .notifications-options-nav input { 780 border: 0; 775 @media screen and (min-width: 30em) { 776 .bp-user #buddypress .notifications-options-nav, .bp-user #buddypress .messages-options-nav { 777 width: 50%; } } 778 .bp-user #buddypress .notifications-options-nav select, .bp-user #buddypress .notifications-options-nav input, .bp-user #buddypress .messages-options-nav select, .bp-user #buddypress .messages-options-nav input { 781 779 font-size: 14px; 782 780 font-size: 1.4rem; 783 781 outline: 0; 784 782 padding: 0; } 785 .bp-user #buddypress .notifications-options-nav select {783 .bp-user #buddypress .notifications-options-nav select, .bp-user #buddypress .messages-options-nav select { 786 784 float: left; 787 785 margin-right: 0; 788 width: 60%; } 789 .bp-user #buddypress .notifications-options-nav input { 786 width: 100%; } 787 @media screen and (min-width: 30em) { 788 .bp-user #buddypress .notifications-options-nav select, .bp-user #buddypress .messages-options-nav select { 789 width: 60%; } } 790 .bp-user #buddypress .notifications-options-nav input, .bp-user #buddypress .messages-options-nav input { 790 791 float: right; 791 font-family: inherit; 792 line-height: 20px; 793 width: 40%; } 792 font-family: "Noto Serif", serif; 793 line-height: 1.5; 794 margin-top: 10px; 795 width: 100%; } 796 .bp-user #buddypress .notifications-options-nav input[disabled]:hover, .bp-user #buddypress .messages-options-nav input[disabled]:hover { 797 background: none; } 798 @media screen and (min-width: 30em) { 799 .bp-user #buddypress .notifications-options-nav input, .bp-user #buddypress .messages-options-nav input { 800 margin-top: 0; 801 width: 38%; } } 794 802 795 803 /** … … 1029 1037 border: 1px solid rgba(153, 153, 153, 0.5); } 1030 1038 1031 #buddypress #item-body .standard-form li {1039 #buddypress .standard-form li, #buddypress .group-create-form li { 1032 1040 float: none; } 1033 #buddypress #item-body .standard-form input[type='text'], #buddypress #item-body .standard-form textarea {1041 #buddypress .standard-form input[type='text'], #buddypress .standard-form textarea, #buddypress .group-create-form input[type='text'], #buddypress .group-create-form textarea { 1034 1042 width: 100%; } 1035 1043 #buddypress div.dir-search, #buddypress div.message-search, #buddypress li.groups-members-search { … … 1120 1128 *------------------------------------------------------------------------------- 1121 1129 */ 1130 #buddypress #item-body div#message { 1131 margin-top: 20px; } 1132 @media screen and (min-width: 55em) { 1133 #buddypress #item-body div#message { 1134 margin-right: 20px; } } 1122 1135 #buddypress div#message p { 1123 1136 font-size: 18px; … … 1136 1149 background: #db7e7e; 1137 1150 border: 1px solid #be3535; 1138 color: # fff; }1151 color: #1f0808; } 1139 1152 1140 1153 /** -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss
r9875 r9876 1251 1251 1252 1252 .groups.group-settings { 1253 #group-settings-form { 1254 1255 div.radio label { 1256 border: 1px solid $border-light; 1257 padding: 0.2em; 1253 #group-settings-form, 1254 #create-group-form { 1255 1256 div.radio { 1257 label { 1258 border: 1px solid $border-light; 1259 padding: 0.2em; 1260 } 1258 1261 1259 1262 ul { … … 1405 1408 } 1406 1409 } 1410 1407 1411 /** 1408 1412 *-------------------------------------------- … … 1432 1436 .pag-count {font-style: italic;} 1433 1437 1434 .notifications-options-nav {1435 border: 1px solid rgba($border-color, 0.5);1438 .notifications-options-nav, 1439 .messages-options-nav { 1436 1440 float: left; 1437 1441 width: 100%; 1438 @media screen and (min-width: 3 8.75em) {1439 width: 300px;1442 @media screen and (min-width: 30em) { 1443 width: 50%; 1440 1444 } 1441 1445 1442 1446 select, 1443 1447 input { 1444 border: 0;1445 1448 @include font-size(14); 1446 1449 outline: 0; … … 1451 1454 float: left; 1452 1455 margin-right: 0; 1453 width: 60%; 1456 width: 100%; 1457 1458 @media screen and (min-width: 30em) { 1459 width: 60%; 1460 } 1454 1461 } 1455 1462 1456 1463 input { 1457 1464 float: right; 1458 font-family: inherit; 1459 line-height: 20px; 1460 width: 40%; 1465 @include default-font-serif(); 1466 line-height: 1.5; 1467 margin-top: $spacing-val-sm; 1468 width: 100%; 1469 1470 &[disabled]:hover {background: none;} 1471 1472 @media screen and (min-width: 30em) { 1473 margin-top: 0; 1474 width: 38%; 1475 } 1461 1476 } 1462 1477 … … 1908 1923 } // close #buddypress 1909 1924 1910 // 2015 applies 100% width to form element, remove this initially for BP search1911 1925 1912 1926 #buddypress { 1913 1927 1914 // Manage form control widths under #item-body in user account screens1915 #item-body { 1916 .standard-form {1917 li {float: none;}1918 input[type='text'],1919 textarea {1920 width: 100%;1921 }1928 // Manage form control widths override BP 75% width. 1929 1930 .standard-form, 1931 .group-create-form { 1932 li {float: none;} 1933 input[type='text'], 1934 textarea { 1935 width: 100%; 1922 1936 } 1923 1937 } … … 2101 2115 2102 2116 #buddypress { 2117 #item-body { 2118 div#message { 2119 margin-top: $spacing-val-md; 2120 @media screen and (min-width: 55em) { 2121 margin-right: $spacing-val-md; 2122 } 2123 } 2124 } 2103 2125 2104 2126 div#message { … … 2126 2148 // Without direct classes on our mesages ( 'warning' ) 2127 2149 // we need to use the body classes 2128 // todo: If this is class .warning is included in main BP styles remove from here2129 2150 .delete-group { 2130 2151 #buddypress { 2131 2152 div#message.info { 2153 2132 2154 p { 2133 @include message-box($notice-warning , #fff);2155 @include message-box($notice-warning); 2134 2156 } 2135 2157 }
Note: See TracChangeset
for help on using the changeset viewer.