diff --git src/wp-admin/css/common.css src/wp-admin/css/common.css
index 7de0696..5a96846 100644
|
|
img { |
3047 | 3047 | |
3048 | 3048 | .my-sites li { |
3049 | 3049 | display: block; |
3050 | | padding: 8px 1%; |
| 3050 | padding: 8px 3%; |
| 3051 | min-height: 160px; |
3051 | 3052 | margin: 0; |
3052 | 3053 | } |
3053 | 3054 | |
| 3055 | @media only screen and (max-width: 599px) { |
| 3056 | .my-sites li { |
| 3057 | min-height: 0; |
| 3058 | } |
| 3059 | } |
| 3060 | |
3054 | 3061 | @media only screen and (min-width: 600px) { |
3055 | 3062 | .my-sites.striped li { |
3056 | 3063 | background-color: #fff; |
… |
… |
img { |
3070 | 3077 | @media only screen and (min-width: 600px) and (max-width: 699px) { |
3071 | 3078 | .my-sites li{ |
3072 | 3079 | float: left; |
3073 | | width: 48%; |
| 3080 | width: 44%; |
3074 | 3081 | } |
3075 | 3082 | .my-sites.striped li { |
3076 | 3083 | background-color: #fff; |
3077 | 3084 | } |
| 3085 | .my-sites.striped li:nth-of-type(2n+1) { |
| 3086 | clear: left; |
| 3087 | } |
3078 | 3088 | .my-sites.striped li:nth-of-type(2n+2):after { |
3079 | 3089 | content: none; |
3080 | 3090 | } |
… |
… |
img { |
3088 | 3098 | @media only screen and (min-width: 700px) and (max-width: 1199px) { |
3089 | 3099 | .my-sites li { |
3090 | 3100 | float: left; |
3091 | | width: 31.333333%; |
| 3101 | width: 27.333333%; |
3092 | 3102 | background-color: #fff; |
3093 | 3103 | } |
3094 | 3104 | .my-sites.striped li:nth-of-type(3n+3):after { |
… |
… |
img { |
3104 | 3114 | @media only screen and (min-width: 1200px) and (max-width: 1399px) { |
3105 | 3115 | .my-sites li { |
3106 | 3116 | float: left; |
3107 | | width: 23%; |
| 3117 | width: 21%; |
| 3118 | padding: 8px 2%; |
3108 | 3119 | background-color: #fff; |
3109 | 3120 | } |
| 3121 | .my-sites.striped li:nth-of-type(4n+1) { |
| 3122 | clear: left; |
| 3123 | } |
3110 | 3124 | .my-sites.striped li:nth-of-type(4n+4):after { |
3111 | 3125 | content: none; |
3112 | 3126 | } |
… |
… |
img { |
3121 | 3135 | @media only screen and (min-width: 1400px) and (max-width: 1599px) { |
3122 | 3136 | .my-sites li { |
3123 | 3137 | float: left; |
3124 | | width: 18%; |
| 3138 | width: 16%; |
| 3139 | padding: 8px 2%; |
3125 | 3140 | background-color: #fff; |
3126 | 3141 | } |
| 3142 | .my-sites.striped li:nth-of-type(5n+1) { |
| 3143 | clear: left; |
| 3144 | } |
3127 | 3145 | .my-sites.striped li:nth-of-type(5n+5):after { |
3128 | 3146 | content: none; |
3129 | 3147 | } |
… |
… |
img { |
3139 | 3157 | @media only screen and (min-width: 1600px) { |
3140 | 3158 | .my-sites li { |
3141 | 3159 | float: left; |
3142 | | width: 14.666666%; |
| 3160 | width: 12.666666%; |
| 3161 | padding: 8px 2%; |
3143 | 3162 | background-color: #fff; |
3144 | 3163 | } |
| 3164 | .my-sites.striped li:nth-of-type(6n+1) { |
| 3165 | clear: left; |
| 3166 | } |
3145 | 3167 | .my-sites.striped li:nth-of-type(6n+6):after { |
3146 | 3168 | content: none; |
3147 | 3169 | } |