Changeset 33135
- Timestamp:
- 07/08/2015 09:01:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r33117 r33135 3043 3043 overflow: auto; 3044 3044 zoom: 1; 3045 border: 1px solid #e5e5e5;3046 3045 } 3047 3046 3048 3047 .my-sites li { 3049 3048 display: block; 3050 padding: 8px 1%; 3049 padding: 8px 3%; 3050 min-height: 130px; 3051 3051 margin: 0; 3052 } 3053 3054 @media only screen and (max-width: 599px) { 3055 .my-sites li { 3056 min-height: 0; 3057 } 3052 3058 } 3053 3059 … … 3071 3077 .my-sites li{ 3072 3078 float: left; 3073 width: 4 8%;3079 width: 44%; 3074 3080 } 3075 3081 .my-sites.striped li { 3076 3082 background-color: #fff; 3083 } 3084 .my-sites.striped li:nth-of-type(2n+1) { 3085 clear: left; 3077 3086 } 3078 3087 .my-sites.striped li:nth-of-type(2n+2):after { … … 3089 3098 .my-sites li { 3090 3099 float: left; 3091 width: 31.333333%;3100 width: 27.333333%; 3092 3101 background-color: #fff; 3093 3102 } … … 3105 3114 .my-sites li { 3106 3115 float: left; 3107 width: 23%; 3116 width: 21%; 3117 padding: 8px 2%; 3108 3118 background-color: #fff; 3119 } 3120 .my-sites.striped li:nth-of-type(4n+1) { 3121 clear: left; 3109 3122 } 3110 3123 .my-sites.striped li:nth-of-type(4n+4):after { … … 3122 3135 .my-sites li { 3123 3136 float: left; 3124 width: 18%; 3137 width: 16%; 3138 padding: 8px 2%; 3125 3139 background-color: #fff; 3140 } 3141 .my-sites.striped li:nth-of-type(5n+1) { 3142 clear: left; 3126 3143 } 3127 3144 .my-sites.striped li:nth-of-type(5n+5):after { … … 3140 3157 .my-sites li { 3141 3158 float: left; 3142 width: 14.666666%; 3159 width: 12.666666%; 3160 padding: 8px 2%; 3143 3161 background-color: #fff; 3162 } 3163 .my-sites.striped li:nth-of-type(6n+1) { 3164 clear: left; 3144 3165 } 3145 3166 .my-sites.striped li:nth-of-type(6n+6):after {
Note: See TracChangeset
for help on using the changeset viewer.