A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/django/django/commit/35901e64b043733acd1687734274553cf994511b below:

Fixed #24444 -- Updated contrib.admin to use django-flat-theme · django/django@35901e6 · GitHub

12 12

.change-list .hiddenfields { display:none; }

13 13 14 14

.change-list .filtered table {

15 -

border-right: 1px solid #ddd;

15 +

border-right: none;

16 16

}

17 17 18 18

.change-list .filtered {

19 19

min-height: 400px;

20 20

}

21 21 22 22

.change-list .filtered {

23 -

background: white url(../img/changelist-bg.gif) top right repeat-y !important;

23 +

background: #fff !important;

24 24

}

25 25 26 -

.change-list .filtered .results, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull {

27 -

margin-right: 160px !important;

26 +

.change-list .filtered .results, .change-list .filtered .paginator,

27 +

.filtered #toolbar, .filtered div.xfull {

28 +

margin-right: 280px !important;

28 29

width: auto !important;

29 30

}

30 31 42 43 43 44

#changelist .paginator {

44 45

color: #666;

45 -

border-top: 1px solid #eee;

46 46

border-bottom: 1px solid #eee;

47 -

background: white url(../img/nav-bg.gif) 0 180% repeat-x;

47 +

background: #fff;

48 48

overflow: hidden;

49 49

}

50 50 51 -

.change-list .filtered .paginator {

52 -

border-right: 1px solid #ddd;

53 -

}

54 - 55 51

/* CHANGELIST TABLES */

56 52 57 53

#changelist table thead th {

65 61

text-align: center;

66 62

}

67 63 68 -

#changelist table tbody td, #changelist table tbody th {

69 -

border-left: 1px solid #ddd;

70 -

}

71 - 72 -

#changelist table tbody td:first-child, #changelist table tbody th:first-child {

73 -

border-left: 0;

74 -

border-right: 1px solid #ddd;

75 -

}

76 - 77 -

#changelist table tbody th:first-child:last-child {

78 -

border-right: 0;

79 -

}

80 - 81 64

#changelist table tbody td.action-checkbox {

82 -

text-align:center;

65 +

text-align: center;

83 66

}

84 67 85 68

#changelist table tfoot {

89 72

/* TOOLBAR */

90 73 91 74

#changelist #toolbar {

92 -

padding: 3px;

93 -

border-bottom: 1px solid #ddd;

94 -

background: #e1e1e1 url(../img/nav-bg.gif) top left repeat-x;

75 +

padding: 8px 10px;

76 +

margin-bottom: 15px;

77 +

border-top: 1px solid #eee;

78 +

border-bottom: 1px solid #eee;

79 +

background: #f8f8f8;

95 80

color: #666;

96 81

}

97 82 98 83

#changelist #toolbar form input {

99 -

font-size: 11px;

100 -

padding: 1px 2px;

84 +

border-radius: 4px;

85 +

font-size: 14px;

86 +

padding: 5px;

87 +

color: #333;

101 88

}

102 89 103 90

#changelist #toolbar form #searchbar {

104 -

padding: 2px;

91 +

height: 19px;

92 +

border: 1px solid #ccc;

93 +

padding: 2px 5px;

94 +

margin: 0;

95 +

vertical-align: top;

96 +

font-size: 13px;

97 +

}

98 + 99 +

#changelist #toolbar form #searchbar:focus {

100 +

outline: none;

101 +

border-color: #999;

102 +

}

103 + 104 +

#changelist #toolbar form input[type="submit"] {

105 +

border: 1px solid #ccc;

106 +

padding: 2px 10px;

107 +

margin: 0;

108 +

vertical-align: -1px;

109 +

background: #fff url(../img/nav-bg.gif) bottom repeat-x;

110 +

cursor: pointer;

111 +

color: #333;

112 +

}

113 + 114 +

#changelist #toolbar form input[type="submit"]:hover {

115 +

border-color: #999;

105 116

}

106 117 107 118

#changelist #changelist-search img {

108 119

vertical-align: middle;

120 +

margin-right: 4px;

109 121

}

110 122 111 123

/* FILTER COLUMN */

115 127

top: 0;

116 128

right: 0;

117 129

z-index: 1000;

118 -

width: 160px;

119 -

border-left: 1px solid #ddd;

120 -

background: #efefef;

130 +

width: 240px;

131 +

background: #f8f8f8;

132 +

border-left: none;

121 133

margin: 0;

122 134

}

123 135 124 136

#changelist-filter h2 {

125 -

font-size: 11px;

126 -

padding: 2px 5px;

127 -

border-bottom: 1px solid #ddd;

137 +

font-size: 14px;

138 +

text-transform: uppercase;

139 +

letter-spacing: 0.5px;

140 +

padding: 5px 15px;

141 +

margin-bottom: 12px;

142 +

border-bottom: none;

128 143

}

129 144 130 145

#changelist-filter h3 {

131 -

font-size: 12px;

132 -

margin-bottom: 0;

146 +

font-weight: 400;

147 +

font-size: 14px;

148 +

padding: 0 15px;

149 +

margin-bottom: 10px;

133 150

}

134 151 135 152

#changelist-filter ul {

136 -

padding-left: 0;

137 -

margin-left: 10px;

153 +

margin: 5px 0;

154 +

padding: 0 15px 15px;

155 +

border-bottom: 1px solid #eaeaea;

156 +

}

157 + 158 +

#changelist-filter ul:last-child {

159 +

border-bottom: none;

160 +

padding-bottom: none;

138 161

}

139 162 140 163

#changelist-filter li {

144 167

}

145 168 146 169

#changelist-filter a {

170 +

display: block;

147 171

color: #999;

148 172

}

149 173 152 176

}

153 177 154 178

#changelist-filter li.selected {

155 -

border-left: 5px solid #ccc;

156 -

padding-left: 5px;

157 -

margin-left: -10px;

179 +

border-left: 5px solid #eaeaea;

180 +

padding-left: 10px;

181 +

margin-left: -15px;

158 182

}

159 183 160 184

#changelist-filter li.selected a {

161 -

color: #5b80b2 !important;

185 +

color: #5b80b2;

162 186

}

163 187 164 188

/* DATE DRILLDOWN */

191 215

/* PAGINATOR */

192 216 193 217

.paginator {

194 -

font-size: 11px;

218 +

font-size: 13px;

195 219

padding-top: 10px;

196 220

padding-bottom: 10px;

197 221

line-height: 22px;

201 225 202 226

.paginator a:link, .paginator a:visited {

203 227

padding: 2px 6px;

204 -

border: solid 1px #ccc;

205 -

background: white;

228 +

background: #79aec8;

206 229

text-decoration: none;

230 +

color: #fff;

207 231

}

208 232 209 233

.paginator a.showall {

210 234

padding: 0 !important;

211 235

border: none !important;

236 +

background: none !important;

237 +

color: #5b80b2 !important;

212 238

}

213 239 214 240

.paginator a.showall:hover {

215 241

color: #036 !important;

216 -

background: transparent !important;

242 +

background: none !important;

217 243

}

218 244 219 245

.paginator .end {

230 256 231 257

.paginator a:hover {

232 258

color: white;

233 -

background: #5b80b2;

234 -

border-color: #036;

259 +

background: #036;

235 260

}

236 261 237 262

/* ACTIONS */

238 263 239 264

.filtered .actions {

240 -

margin-right: 160px !important;

241 -

border-right: 1px solid #ddd;

265 +

margin-right: 280px !important;

266 +

border-right: none;

242 267

}

243 268 244 269

#changelist table input {

245 270

margin: 0;

271 +

vertical-align: baseline;

246 272

}

247 273 248 274

#changelist table tbody tr.selected {

249 275

background-color: #FFFFCC;

250 276

}

251 277 252 278

#changelist .actions {

279 +

padding: 10px;

280 +

background: #fff;

281 +

border-top: none;

282 +

border-bottom: none;

283 +

line-height: 24px;

253 284

color: #999;

254 -

padding: 3px;

255 -

border-top: 1px solid #fff;

256 -

border-bottom: 1px solid #ddd;

257 -

background: white url(../img/nav-bg-reverse.gif) 0 -10px repeat-x;

258 285

}

259 286 260 287

#changelist .actions.selected {

267 294

#changelist .actions span.action-counter,

268 295

#changelist .actions span.clear,

269 296

#changelist .actions span.question {

270 -

font-size: 11px;

297 +

font-size: 13px;

271 298

margin: 0 0.5em;

272 299

display: none;

273 300

}

277 304

}

278 305 279 306

#changelist .actions select {

280 -

border: 1px solid #aaa;

281 -

margin-left: 0.5em;

282 -

padding: 1px 2px;

307 +

vertical-align: top;

308 +

height: 24px;

309 +

background: none;

310 +

border: 1px solid #ccc;

311 +

border-radius: 4px;

312 +

font-size: 14px;

313 +

padding: 0 0 0 4px;

314 +

margin: 0;

315 +

margin-left: 10px;

283 316

}

284 317 285 318

#changelist .actions label {

286 -

font-size: 11px;

287 -

margin-left: 0.5em;

319 +

display: inline-block;

320 +

vertical-align: middle;

321 +

font-size: 13px;

288 322

}

289 323 290 -

#changelist #action-toggle {

291 -

display: none;

324 +

#changelist .actions .button {

325 +

font-size: 13px;

326 +

border: 1px solid #ccc;

327 +

border-radius: 4px;

328 +

background: #fff url(../img/nav-bg.gif) bottom repeat-x;

329 +

cursor: pointer;

330 +

height: 24px;

331 +

line-height: 1;

332 +

padding: 4px 8px;

333 +

margin: 0;

334 +

color: #333;

292 335

}

293 336 294 -

#changelist .actions .button {

295 -

font-size: 11px;

296 -

padding: 1px 2px;

337 +

#changelist .actions .button:hover {

338 +

border-color: #999;

297 339

}


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4