PluginProbe
AWSM Team – Team Showcase Plugin / 1.1
AWSM Team – Team Showcase Plugin v1.1
trunk 1.0 1.1 1.1.2 1.2.1 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4
← All changes | css/admin.css +25 -208 trunk1.1 View file →
@@ -35,9 +35,9 @@
35 35 }
36 36 .awsm-team-customize-inner {
37 37 padding: 15px 0;
38 38 }
39 -.awsm-preset-list, .awsm-team-customize-member, .awsm-section, .awsm-team-member-sorting {
39 +.awsm-preset-list, .awsm-team-customize-member, .awsm-section {
40 40 margin-top: 0;
41 41 padding-bottom: 30px;
42 42 margin-bottom: 20px;
43 43 border-bottom: 1px solid #ddd;
@@ -79,12 +79,16 @@
79 79 font-size: 12px;
80 80 color: rgba(10, 10, 10, 0.6);
81 81 }
82 82 .awsm-select-members {
83 - max-width: 500px;
83 + max-width: 400px;
84 + margin-left: auto;
85 + margin-right: auto;
84 86 }
85 87 .wrap-awsm-members-list-selected, .awsm-members-list-selected {
86 - max-width: 500px;
88 + max-width: 400px;
89 + margin-left: auto;
90 + margin-right: auto;
87 91 }
88 92 .awsm-members-list-selected {
89 93 position: relative;
90 94 }
@@ -99,21 +103,8 @@
99 103 }*/
100 104 .awsm-select-members > ul {
101 105 cursor: default;
102 106 }
103 -.awsm-team-member-random-order{
104 - padding-top: 20px;
105 -}
106 -.awsm-team-member-random-order label{
107 - font-size: 14px;
108 - margin-bottom: 5px;
109 - display: inline-block;
110 -}
111 -.awsm-team-member-random-order span{
112 - display: block;
113 - font-size: 12px;
114 - color: rgba(10, 10, 10, 0.6);
115 -}
116 107 .select-arrow {
117 108 float: right;
118 109 font-weight: bold;
119 110 margin-top: 5px;
@@ -239,40 +230,11 @@
239 230 }
240 231 .awsm-team-customize-footer {
241 232 text-align: right;
242 233 }
243 -.awsm-sorable-table-label, #member_details label{
244 - font-weight: bold;
245 - margin-bottom: 10px;
246 -}
247 -#member_details label{
248 - display: block;
249 -}
250 234 .awsm-sorable-table {
251 235 position: relative;
252 - border-collapse: collapse;
253 236 }
254 -.awsm-sorable-table td{
255 - border: 1px solid #ccc;
256 - padding: 10px;
257 - background: #fff;
258 -}
259 -.awsm-sorable-table thead td {
260 - background: #efefef;
261 -}
262 -.awsm-sorable-table tbody tr:nth-child(2n) td{
263 - background: #efefef;
264 -}
265 -.awsm-sorable-table .remove-row{
266 - color: #E85F5B;
267 - border-color: #E85F5B;
268 - background: rgba(232, 95, 91, 0.05);
269 -}
270 -.awsm-sorable-table .remove-row:hover, .awsm-sorable-table .remove-row:focus{
271 - background: rgba(232, 95, 91, 0.15);
272 - color: #E85F5B;
273 - border-color: #E85F5B;
274 -}
275 237 #member_details .awsm-sorable-table tbody tr:first-child td:last-child .remove-row {
276 238 display: none;
277 239 }
278 240 #member_details .awsm-sorable-table .ui-sortable-helper {
@@ -283,8 +245,19 @@
283 245 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
284 246 box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
285 247 border-radius: 0;
286 248 }
249 +#member_details .inside{
250 + padding: 0 0 12px;
251 +}
252 +#member_details .member-details-section{
253 + padding: 0 12px;
254 +}
255 +#member_details .inside h3{
256 + font-size: 14px;
257 + padding: 12px 12px 0;
258 + border-top: 1px solid #eee;
259 +}
287 260
288 261 /********* select2 Style ************/
289 262
290 263
@@ -303,11 +276,16 @@
303 276 .awsm-select-members .select2-container--default .select2-selection--single .select2-selection__arrow {
304 277 height: 50px;
305 278 width: 40px
306 279 }
307 -
280 +.select2-result-repository {
281 + position: relative;
282 + padding: 10px;
283 +}
308 284 .select2-result-repository__title {
309 - margin: 5px 0 0;
285 + display: inline-block;
286 + vertical-align: middle;
287 + margin: 0;
310 288 }
311 289 .select2-result-repository__avatar {
312 290 display: inline-block;
313 291 vertical-align: middle;
@@ -318,169 +296,8 @@
318 296 right: 20px;
319 297 top: 20px;
320 298 cursor: pointer;
321 299 color: #b9bec0;
322 -}
323 -.awsm-select-teams #teamchecklist li {
324 - line-height: 22px;
325 - word-wrap: break-word;
326 -}
327 -#team-add input[type="text"], #team-add select {
328 - width: 100%;
329 - max-width: 260px;
330 - vertical-align: baseline;
331 -
332 -}
333 -#team-adder #team-add #link-team-add-submit {
334 - margin: 10px 0 0 0;
335 -}
336 -/*.awsm-team-choose .awsm-team-choose-inner .awsm-select-teams .{
337 - min-height: 42px;
338 - max-height: 200px;
339 - overflow: auto;
340 - padding: 0 .9em;
341 - border: solid 1px #ddd;
342 - background-color: #fdfdfd;
343 -}*/
344 -.awsm-align-right { margin:0 10px 0 0px; }
345 -.awsm-filter-show.show{ display: block; }
346 -.awsm-filter-show{ display: none; }
347 -
348 -#select2-awsm-members-results{
349 - display: -webkit-box;
350 - display: -moz-box;
351 - display: -ms-flexbox;
352 - display: -webkit-flex;
353 - display: flex;
354 - display: flexbox;
355 - -webkit-flex-flow: row wrap;
356 - flex-flow: row wrap;
357 - margin: 10px 0;
358 -}
359 -#select2-awsm-members-results .select2-results__option{
360 - display: -webkit-box;
361 - display: -moz-box;
362 - display: -ms-flexbox;
363 - display: -webkit-flex;
364 - display: flex;
365 - flex-direction: column;
366 - -webkit-flex-direction: column;
367 - padding: 0 8px;
368 - margin-bottom: 16px;
369 - width: 25%;
370 - background: none !important;
371 - color: #444 !important;
372 - text-align: center;
373 -}
374 -.awsm-member-thumb{
375 - position: relative;
376 - padding-top: 100%;
377 - overflow: hidden;
378 -}
379 -.awsm-member-thumb img{
380 - max-width: 100%;
381 - height: auto;
382 - position: absolute;
383 - left: 0;
384 - top: 0;
385 - right: 0;
386 - bottom: 0;
387 - margin: auto;
388 -}
389 -/* .awsm-member-thumb span{
390 -
391 -} */
392 -.awsm-member-thumb::before{
393 - content: "\e921";
394 - font-family: 'awsmicon';
395 - width: 40px;
396 - height: 40px;
397 - border: 1px solid #fff;
398 - border-radius: 50%;
399 - position: absolute;
400 - left: calc(50% - 20px);
401 - top: calc(50% - 20px);
402 - text-align: center;
403 - line-height: 38px;
404 - color: #fff;
405 - font-size: 20px;
406 - z-index: 2;
407 - opacity: 0;
408 - transition: all 0.3s ease;
409 -}
410 -.select2-container--default .select2-results__option[aria-disabled="true"] .awsm-member-thumb::before,
411 -.select2-container--default .select2-results__option[member-disabled="true"] .awsm-member-thumb::before{
412 - opacity: 1;
413 -}
414 -.select2-container--default .select2-results__option .awsm-member-thumb::after{
415 - content: "";
416 - position: absolute;
417 - left: 0;
418 - top: 0;
419 - right: 0;
420 - bottom: 0;
421 - background: rgba(0, 0, 0, 0);
422 - transition: all 0.3s ease;
423 -}
424 -.select2-container--default .select2-results__option[aria-disabled="true"] .awsm-member-thumb::after,
425 -.select2-container--default .select2-results__option[member-disabled="true"] .awsm-member-thumb::after,
426 -.select2-container--default .select2-results__option:hover .awsm-member-thumb::after{
427 - background: rgba(0, 0, 0, 0.5);
428 -}
429 -.awsm-filter-show .select2-container--default .select2-selection--multiple .select2-selection__choice{
430 - background-color: #e4e4e4;
431 - border: none;
432 - border-radius: 4px;
433 - cursor: default;
434 - float: left;
435 - margin-right: 5px;
436 - margin-top: 5px;
437 - padding: 6px 14px;
438 -}
439 -.awsm-filter-show .select2-container--default .select2-results__option{
440 - position: relative;
441 - padding: 12px 40px 12px 10px;
442 -}
443 -.awsm-filter-show .select2-container--default .select2-results__option::after{
444 - content: "\e921";
445 - font-family: 'awsmicon';
446 - position: absolute;
447 - right: 10px;
448 - font-size: 20px;
449 - top: calc(50% - 10px);
450 - color: #39C085;
451 - transition: all 0.3s ease;
452 - opacity: 0;
453 -}
454 -.awsm-filter-show .select2-container--default .select2-results__option[aria-selected=true]{
455 - background: none !important;
456 - position: relative;
457 -}
458 -.awsm-filter-show .select2-container--default .select2-results__option[aria-selected=true]::after{
459 - opacity: 1;
460 -}
461 -.awsm-filter-show .select2-container--default .select2-results__option--highlighted[aria-selected]{
462 - background: none !important;
463 - color: #444 !important;
464 -}
465 -.awsm-filter-show .select2-container--default .select2-results__option[aria-disabled=true]{
466 - pointer-events: none;
467 - opacity: 0.8;
468 -}
469 -.awsm-filter-show .select2-container--default .select2-results__option:hover{
470 - background: #eee !important;
471 -}
472 -.select2-container .select2-search--dropdown .select2-search__field{
473 - min-height: 30px !important;
474 - border-color: #ccc !important;
475 -}
476 -.select2-container .select2-search--dropdown .select2-search__field:focus{
477 - box-shadow: none !important;
478 - outline: none !important;
479 - border-color: #111 !important;
480 -}
481 -.awsm-filter-show .select2-container--default.select2-container--focus .select2-selection--multiple, .awsm-filter-show .select2-dropdown{
482 - border-color: #acacac;
483 300 }
484 301 .awsm-team-upgrade-msg h3{
485 302 text-align: center;
486 303 line-height: 1.7;