Changeset 14457 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/css/i18n-teams.css
- Timestamp:
- 05/28/2025 05:37:40 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/css/i18n-teams.css
r13686 r14457 104 104 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset; 105 105 } 106 #locale-header ul, 107 #main ul#postlist .postcontent #locale-header ul { 108 overflow: auto; 109 margin-left: 0 !important; /* !important is necessary here to override P2's use of !important in .postcontent ul */ 110 } 106 111 107 #locale-header ul li { 112 108 list-style-type: none; 113 109 } 114 #locale-header ul#locale-details { 115 margin-bottom: 0 !important; /* !important is necessary here to override P2's use of !important in .postcontent ul */ 116 } 117 #locale-download { 118 margin-bottom: 0 !important; /* !important is necessary here to override P2's use of !important in .postcontent ul */ 119 } 120 #locale-header ul li.download-button, 121 #main ul#postlist .postcontent #locale-header ul li.download-button { 122 float: left; 123 height: unset; 124 margin: 8px 12px 0 0; /* todo put list spacing on the button itself, so that the ul takes up no space when there are no li's inside it */ 125 padding: 6px 12px; 126 text-align: center; 127 white-space: unset; 128 } 129 #locale-header ul li.download-button a { 130 font-size: 14px; 131 font-size: 1.4rem; 132 line-height: 1.5; 133 color: white; 134 text-decoration: none; 135 } 136 @media only screen and (max-width: 600px) { 137 #locale-header ul li.download-button, 138 #main ul#postlist .postcontent #locale-header ul li.download-button { 139 width: 100%; 140 } 141 } 142 143 #locale-details, 144 #main ul#locale-details { 110 111 #locale-details { 145 112 font-size: 1.2em; 146 } 147 148 .validators, 149 #main ul#postlist .postcontent ul.validators {113 padding-left: 0; 114 } 115 116 .validators { 150 117 overflow: auto; 151 margin: 0 !important; /* !important is necessary here to override P2's use of !important in .postcontent ul */152 118 padding: 0; 153 119 }
Note: See TracChangeset
for help on using the changeset viewer.