liquid_feedback_frontend

annotate static/lf4.css @ 1631:d9ccd0d6ef8c

Fix height of card action area
author bsw
date Mon Feb 08 14:28:28 2021 +0100 (2021-02-08)
parents 62856200414d
children 9cf1f17ac730
rev   line source
bsw@1604 1 @font-face {
bsw@1604 2 font-family: "Roboto";
bsw@1604 3 src: url("font/Roboto-Regular.ttf");
bsw@1604 4 }
bsw@1604 5 @font-face {
bsw@1604 6 font-family: "Roboto Bold";
bsw@1604 7 src: url("font/Roboto-Bold.ttf");
bsw@1604 8 }
bsw@1604 9 @font-face {
bsw@1604 10 font-family: "Roboto Slab";
bsw@1604 11 src: url("font/RobotoSlab-Regular.ttf");
bsw@1604 12 }
bsw@1604 13 @font-face {
bsw@1604 14 font-family: 'Material Icons';
bsw@1604 15 font-style: normal;
bsw@1604 16 font-weight: 400;
bsw@1604 17 src: url("font/material.woff2") format('woff2');
bsw@1604 18 }
bsw@1604 19
bsw@1604 20 .material-icons {
bsw@1604 21 font-family: 'Material Icons';
bsw@1604 22 font-weight: normal;
bsw@1604 23 font-style: normal;
bsw@1604 24 font-size: 24px;
bsw@1604 25 line-height: 1;
bsw@1604 26 letter-spacing: normal;
bsw@1604 27 text-transform: none;
bsw@1604 28 display: inline-block;
bsw@1604 29 white-space: nowrap;
bsw@1604 30 word-wrap: normal;
bsw@1604 31 direction: ltr;
bsw@1604 32 -webkit-font-feature-settings: 'liga';
bsw@1604 33 -webkit-font-smoothing: antialiased;
bsw@1604 34 }
bsw@1604 35 .material-icons.icon-green {
bsw@1604 36 color: #4CAF50;
bsw@1604 37 }
bsw@1604 38 .material-icons.icon-yellow {
bsw@1604 39 color: #FFEB3B;
bsw@1604 40 }
bsw@1604 41 .material-icons.icon-red {
bsw@1604 42 color: #F44336;
bsw@1604 43 }
bsw@1619 44
bsw@1604 45 .mapboxgl-popup-content {
bsw@1604 46 max-width: 200px;
bsw@1604 47 }
bsw@1604 48 body {
bsw@1604 49 font-family: "Roboto";
bsw@1604 50 background: #fff;
bsw@1604 51 }
bsw@1604 52 strong {
bsw@1604 53 font-family: "Roboto Bold";
bsw@1604 54 }
bsw@1604 55 .slot_error {
bsw@1604 56 margin: 20px 20px 0 20px;
bsw@1604 57 background: #fed;
bsw@1604 58 padding: 20px;
bsw@1604 59 }
bsw@1604 60 .slot_notice {
bsw@1604 61 margin: 20px 20px 0 20px;
bsw@1604 62 background: #efd;
bsw@1604 63 padding: 20px;
bsw@1604 64 }
bsw@1604 65 h1 {
bsw@1604 66 font-size: 24px;
bsw@1604 67 margin-bottom: 0px;
bsw@1604 68 }
bsw@1604 69
bsw@1604 70 .mdl-layout__container {
bsw@1604 71 max-width: 1600px;
bsw@1604 72 height: auto;
bsw@1604 73 background: #f7f7f7;
bsw@1604 74 }
bsw@1604 75 .mdl-layout__header-row {
bsw@1604 76 padding-left: 20px !important;
bsw@1604 77 padding-right: 10px !important;
bsw@1604 78 }
bsw@1604 79 .mdl-layout__content {
bsw@1604 80 flex-shrink: 0;
bsw@1604 81 width: 100%;
bsw@1604 82 }
bsw@1604 83 #lf-member-menu {
bsw@1604 84 cursor: pointer;
bsw@1604 85 }
bsw@1604 86 .notifications {
bsw@1604 87 display: block;
bsw@1604 88 text-align: center;
bsw@1604 89 }
bsw@1604 90 .page-content {
bsw@1604 91 xdisplay: flex;
bsw@1604 92 width: 100%;
bsw@1604 93 }
bsw@1604 94 .map, .ui_field_location {
bsw@1604 95 border: none;
bsw@1604 96 width: 100%;
bsw@1604 97 height: auto;
bsw@1604 98 max-height: 80vh;
bsw@1604 99 position: relative;
bsw@1604 100 border-radius: 2px;
bsw@1604 101 }
bsw@1604 102 .map:before {
bsw@1604 103 content: "";
bsw@1604 104 display: block;
bsw@1604 105 padding-top: 100%;
bsw@1604 106 }
bsw@1604 107 .map iframe {
bsw@1604 108 position: absolute;
bsw@1604 109 top: 0;
bsw@1604 110 left: 0;
bsw@1604 111 right: 0;
bsw@1604 112 bottom: 0;
bsw@1604 113 height: 100%;
bsw@1604 114 }
bsw@1604 115 .axto-logo {
bsw@1604 116 width: 100%;
bsw@1604 117 }
bsw@1604 118 .mdl-card__title-text a.issue {
bsw@1604 119 font-size: 18px;
bsw@1604 120 line-height: 20px;
bsw@1604 121 }
bsw@1604 122 .mdl-list__item .initiative_name {
bsw@1604 123 font-size: 18px;
bsw@1604 124 line-height: normal;
bsw@1604 125 }
bsw@1604 126 .initiatives.mdl-list {
bsw@1604 127 margin-top: 5px;
bsw@1604 128 margin-bottom: 5px;
bsw@1604 129 padding-bottom: 0px;
bsw@1604 130 }
bsw@1604 131 .initiatives .mdl-list__item--three-line {
bsw@1604 132 min-height: 0;
bsw@1604 133 padding-top: 0;
bsw@1604 134 padding-bottom: 0;
bsw@1604 135 }
bsw@1604 136 .mdl-data-table__fullwidth {
bsw@1604 137 width: 100%;
bsw@1604 138 }
bsw@1604 139 .mdl-textfield__fullwidth {
bsw@1604 140 width: 100%;
bsw@1604 141 }
bsw@1604 142
bsw@1604 143 .mdl-card {
bsw@1604 144 min-height: 20px;
bsw@1604 145 overflow: visible;
bsw@1604 146 display: block;
bsw@1604 147 margin-bottom: 16px;
bsw@1604 148 border-radius: 5px;
bsw@1604 149 }
bsw@1604 150
bsw@1604 151 .mdl-card__title {
bsw@1604 152 border-radius: 5px 5px 0 0;
bsw@1604 153 }
bsw@1604 154
bsw@1604 155 .mdl-card__fullwidth {
bsw@1604 156 width: 100%;
bsw@1604 157 }
bsw@1604 158 .mdl-card__title {
bsw@1604 159 display: block;
bsw@1604 160 }
bsw@1604 161 .mdl-card__title > h2,
bsw@1604 162 .mdl-card__title > a {
bsw@1604 163 display: inline-block;
bsw@1604 164 vertical-align: top;
bsw@1604 165 }
bsw@1604 166 .mdl-card__subtitle-text {
bsw@1604 167 display: block;
bsw@1604 168 }
bsw@1604 169 .mdl-card__content {
bsw@1604 170 font-size: 1rem;
bsw@1604 171 padding: 16px;
bsw@1604 172 }
bsw@1604 173 .mdl-card__content.mdl-card--no-bottom-pad {
bsw@1604 174 padding-bottom: 0;
bsw@1604 175 }
bsw@1631 176 .mdl-card__actions {
bsw@1631 177 overflow: auto;
bsw@1631 178 }
bsw@1604 179 .mdl-card__actions.mdl-card--action-border,
bsw@1604 180 .mdl-card__content.mdl-card--border {
bsw@1604 181 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
bsw@1604 182 }
bsw@1604 183 .mdl-card__actions.mdl-card--notice,
bsw@1604 184 .mdl-card__content.mdl-card--notice {
bsw@1604 185 background: #fff9c4;
bsw@1604 186 }
bsw@1604 187 .mdl-card--has-fab {
bsw@1604 188 position: relative;
bsw@1604 189 }
bsw@1604 190 .mdl-special-card {
bsw@1604 191 background: #fff;
bsw@1604 192 margin-bottom: 16px;
bsw@1604 193 border-radius: 5px;
bsw@1604 194 }
bsw@1604 195
bsw@1604 196 .mdl-navigation__head {
bsw@1604 197 font-family: "Roboto Bold";
bsw@1604 198 }
bsw@1604 199 .mdl-list__item--three-line {
bsw@1604 200 height: auto;
bsw@1604 201 min-height: 88px;
bsw@1604 202 }
bsw@1604 203 .mdl-list__item--three-line .mdl-list__item-primary-content {
bsw@1604 204 height: auto;
bsw@1604 205 min-height: 52px;
bsw@1604 206 }
bsw@1604 207 .mdl-chip {
bsw@1604 208 vertical-align: middle;
bsw@1604 209 }
bsw@1604 210 .mdl-chip.clickable {
bsw@1604 211 cursor: pointer;
bsw@1604 212 }
bsw@1604 213 .mdl-menu {
bsw@1604 214 z-index: -9999;
bsw@1604 215 }
bsw@1604 216 .mdl-card {
bsw@1604 217 z-index: auto !important;
bsw@1604 218 }
bsw@1604 219 .mdl-menu__item {
bsw@1604 220 padding: 0;
bsw@1604 221 }
bsw@1604 222 .mdl-menu__link {
bsw@1604 223 display: block;
bsw@1604 224 padding: 0 16px;
bsw@1604 225 min-height: 48px;
bsw@1604 226 text-decoration: none;
bsw@1604 227 color: #444;
bsw@1604 228 }
bsw@1604 229 .mdl-tabs__tab-bar {
bsw@1604 230 justify-content: flex-start;
bsw@1604 231 }
bsw@1604 232 .mdl-tabs__tab.is-active {
bsw@1604 233 color: rgba(0,0,0, 0.87);
bsw@1604 234 }
bsw@1604 235 .mdl-data-table--condensed tbody tr {
bsw@1604 236 height: 24px;
bsw@1604 237 }
bsw@1604 238 .mdl-data-table--condensed td {
bsw@1604 239 padding-top: 0;
bsw@1604 240 padding-bottom: 0;
bsw@1604 241 height: 24px;
bsw@1604 242 }
bsw@1619 243
bsw@1619 244 .mdl-button--feature-off i {
bsw@1619 245 color: #777;
bsw@1619 246 }
bsw@1619 247
bsw@1619 248 @keyframes feature-on {
bsw@1619 249 0% {
bsw@1619 250 transform: scale(0);
bsw@1619 251 }
bsw@1619 252 40% {
bsw@1619 253 transform: scale(3);
bsw@1619 254 }
bsw@1619 255 100% {
bsw@1619 256 transform: scale(1);
bsw@1619 257 }}
bsw@1619 258
bsw@1619 259 .mdl-button--feature-on {
bsw@1619 260 animation: feature-on 0.5s;
bsw@1619 261 }
bsw@1619 262
bsw@1604 263 .mdl-button--underlined {
bsw@1604 264 text-decoration: underline;
bsw@1604 265 }
bsw@1604 266 .right {
bsw@1604 267 text-align: right;
bsw@1604 268 }
bsw@1604 269 .mdl-tabs__left {
bsw@1604 270 display: inline-block;
bsw@1604 271 width: auto;
bsw@1604 272 }
bsw@1604 273 .float-left {
bsw@1604 274 float: left;
bsw@1604 275 }
bsw@1604 276 .float-right {
bsw@1604 277 float: right;
bsw@1604 278 }
bsw@1604 279 .clear-left {
bsw@1604 280 clear: left;
bsw@1604 281 }
bsw@1604 282 .clear-right {
bsw@1604 283 clear: right;
bsw@1604 284 }
bsw@1604 285 .float-right .mdl-menu__container {
bsw@1604 286 margin-right: 20px;
bsw@1604 287 }
bsw@1604 288 .inline {
bsw@1604 289 display: inline-block;
bsw@1604 290 }
bsw@1604 291 .warning {
bsw@1604 292 background-color: #fff9c4;
bsw@1604 293 color: #212121;
bsw@1604 294 padding: 16px;
bsw@1604 295 border-radius: 2px;
bsw@1604 296 }
bsw@1604 297 .toolbar a {
bsw@1604 298 color: #000;
bsw@1604 299 display: inline-block;
bsw@1604 300 border: 1px solid #ccc;
bsw@1604 301 position: relative;
bsw@1604 302 }
bsw@1604 303
bsw@1604 304 .toolbar a.wysihtml-command-active {
bsw@1604 305 background: #000;
bsw@1604 306 color: #fff;
bsw@1604 307
bsw@1604 308 }
bsw@1604 309
bsw@1604 310 .toolbar a span.crossed {
bsw@1604 311 position: absolute;
bsw@1604 312 top: 0;
bsw@1604 313 left: 8px;
bsw@1604 314 font-weight: bold;
bsw@1604 315 font-size: 200%;
bsw@1604 316 line-height: 80%;
bsw@1604 317 }
bsw@1604 318 .toolbar a span.head_level {
bsw@1604 319 position: absolute;
bsw@1604 320 right: 0;
bsw@1604 321 bottom: 0;
bsw@1604 322 }
bsw@1604 323
bsw@1604 324 textarea {
bsw@1604 325 font-family: sans-serif;
bsw@1604 326 font-weight: normal !important;
bsw@1604 327 width: 100%;
bsw@1604 328 height: 40ex;
bsw@1604 329 }
bsw@1604 330 .bargraph {
bsw@1604 331 display: inline-block;
bsw@1604 332 vertical-align: top;
bsw@1604 333 height: 9px;
bsw@1604 334 }
bsw@1604 335
bsw@1604 336 .bargraph div {
bsw@1604 337 margin: 0;
bsw@1604 338 padding: 0;
bsw@1604 339 display: inline-block;
bsw@1604 340 height: 9px;
bsw@1604 341 }
bsw@1604 342 .draft {
bsw@1604 343 font-family: 'Roboto Slab';
bsw@1604 344 font-weight: 300;
bsw@1604 345 overflow: auto;
bsw@1604 346 clear: left;
bsw@1604 347 }
bsw@1604 348 .draft img {
bsw@1604 349 float: right;
bsw@1604 350 margin-left: 1em;
bsw@1604 351 }
bsw@1604 352
bsw@1604 353 .draft .landscape img {
bsw@1604 354 width: 50%;
bsw@1604 355 }
bsw@1604 356
bsw@1604 357 .draft .portrait img {
bsw@1604 358 width: 33.333%;
bsw@1604 359 }
bsw@1604 360 .member_weight {
bsw@1604 361 background: #070;
bsw@1604 362 color: #fff;
bsw@1604 363 border-radius: 8px;
bsw@1604 364 padding: 0 3px;
bsw@1604 365 }
bsw@1604 366 .card-issue {
bsw@1604 367 background: rgb(76,175,80);
bsw@1604 368 }
bsw@1604 369 .card-issue a {
bsw@1604 370 color: #fff;
bsw@1604 371 }
bsw@1604 372 @media (max-width: 960px) {
bsw@1604 373 .draft img {
bsw@1604 374 float: none;
bsw@1604 375 margin-left: 0;
bsw@1604 376 }
bsw@1604 377 .draft a.portrait,
bsw@1604 378 .draft a.landscape {
bsw@1604 379 width: 100%;
bsw@1604 380 display: block;
bsw@1604 381 text-align: center;
bsw@1604 382 margin-bottom: 2ex;
bsw@1604 383 }
bsw@1604 384 .draft .landscape img {
bsw@1604 385 width: 100%;
bsw@1604 386 }
bsw@1604 387 .draft .portrait img {
bsw@1604 388 width: 66.666%;
bsw@1604 389 }
bsw@1604 390 }
bsw@1604 391
bsw@1604 392 .draft h1 {
bsw@1604 393 font-size: 150%;
bsw@1604 394 margin-bottom: 0;
bsw@1604 395 }
bsw@1604 396 .draft h2 {
bsw@1604 397 font-size: 133%;
bsw@1604 398 margin-bottom: 0;
bsw@1604 399 }
bsw@1604 400 .draft h3 {
bsw@1604 401 font-size: 125%;
bsw@1604 402 margin-bottom: 0;
bsw@1604 403 }
bsw@1604 404 .draft > a:first-child + h1,
bsw@1604 405 .draft > h1:first-child,
bsw@1604 406 .draft > h2:first-child,
bsw@1604 407 .draft > h3:first-child {
bsw@1604 408 margin-top: 0;
bsw@1604 409 }
bsw@1604 410 @media (max-width: 960px) {
bsw@1604 411 .draft > a:first-child + h1 {
bsw@1604 412 margin-top: 20px;
bsw@1604 413 }
bsw@1604 414 }
bsw@1604 415
bsw@1604 416 .folded {
bsw@1604 417 position: relative;
bsw@1604 418 }
bsw@1604 419 .folded .suggestion-content {
bsw@1604 420 max-height: 180px;
bsw@1604 421 overflow: hidden;
bsw@1604 422 position: relative;
bsw@1604 423 }
bsw@1604 424 .folded .suggestion-content:before {
bsw@1604 425 content: "";
bsw@1604 426 width: 100%;
bsw@1604 427 height: 25%;
bsw@1604 428 position: absolute;
bsw@1604 429 left: 0;
bsw@1604 430 bottom: 0;
bsw@1604 431 background: linear-gradient(rgba(0,0,0,0), #fff);
bsw@1604 432 }
bsw@1604 433 .suggestion-less,
bsw@1604 434 .suggestion-more {
bsw@1604 435 display: none;
bsw@1604 436 }
bsw@1604 437 .folded .suggestion-more,
bsw@1604 438 .unfolded .suggestion-less {
bsw@1604 439 display: inline-block;
bsw@1604 440 }
bsw@1604 441
bsw@1604 442 .diff .diff_removed {
bsw@1604 443 text-decoration: line-through;
bsw@1604 444 background: #f00;
bsw@1604 445 }
bsw@1604 446
bsw@1604 447 .diff .diff_added {
bsw@1604 448 text-decoration: underline;
bsw@1604 449 background: #0f0;
bsw@1604 450 }
bsw@1604 451
bsw@1604 452 .material-icons {
bsw@1604 453 vertical-align: middle;
bsw@1604 454 }
bsw@1604 455 .material-icons-small {
bsw@1604 456 font-size: 18px;
bsw@1604 457 }
bsw@1604 458
bsw@1604 459 a.mdl-layout-title {
bsw@1604 460 color: #fff;
bsw@1604 461 text-decoration: none;
bsw@1604 462 }
bsw@1604 463
bsw@1604 464 .what-can-i-do-here .mdl-card__content {
bsw@1604 465 font-size: 18px;
bsw@1604 466 }
bsw@1604 467
bsw@1604 468 .what-can-i-do-here .mdl-card__content ul {
bsw@1604 469 font-size: 1rem;
bsw@1604 470 }
bsw@1604 471
bsw@1604 472 .what-can-i-do-here ul {
bsw@1604 473 margin-top: 0.5em;
bsw@1604 474 margin-bottom: 0;
bsw@1604 475 padding-left: 1.5em
bsw@1604 476 }
bsw@1604 477
bsw@1604 478
bsw@1604 479
bsw@1604 480 .lf-filter .mdl-button {
bsw@1604 481 padding-right: 4px;
bsw@1604 482 }
bsw@1604 483
bsw@1604 484 .phase-current {
bsw@1604 485 font-family: "Roboto Bold";
bsw@1604 486 }
bsw@1604 487
bsw@1604 488 .phase-info {
bsw@1604 489 padding-left: 27px;
bsw@1604 490 margin-bottom: 1ex;
bsw@1604 491 }
bsw@1604 492
bsw@1604 493 .clickable {
bsw@1604 494 cursor: pointer;
bsw@1604 495 }
bsw@1604 496
bsw@1604 497 .slot_title {
bsw@1604 498 margin-left: 16px;
bsw@1604 499 margin-top: 16px;
bsw@1604 500 font-size: 18px;
bsw@1604 501 }
bsw@1604 502
bsw@1604 503 .slot_title > a,
bsw@1604 504 .slot_title > span {
bsw@1604 505 display: inline-block;
bsw@1604 506 padding: 0 4px 0 0;
bsw@1604 507
bsw@1604 508 }
bsw@1604 509
bsw@1604 510 .slot_title a.home {
bsw@1604 511 margin: 0;
bsw@1604 512 }
bsw@1604 513
bsw@1604 514 .home i {
bsw@1604 515 font-size: 32px;
bsw@1604 516 }
bsw@1604 517
bsw@1604 518 /* fix missing contrast */
bsw@1604 519 .mdl-list__item--three-line .mdl-list__item-text-body,
bsw@1604 520 .mdl-card__supporting-text,
bsw@1604 521 .mdl-card__subtitle-text {
bsw@1604 522 color: rgba(0,0,0, 0.75);
bsw@1604 523 }
bsw@1604 524
bsw@1604 525 .mdl-textfield__label {
bsw@1604 526 color: rgba(0,0,0, 0.5);
bsw@1604 527 }
bsw@1604 528
bsw@1604 529 .mdl-list__item--three-line .mdl-list__item-text-body {
bsw@1604 530 height: auto;
bsw@1604 531 padding-bottom: 10px;
bsw@1604 532 }
bsw@1604 533
bsw@1604 534 select {
bsw@1604 535 font-family: 'Roboto','Helvetica','Arial',sans-serif;
bsw@1604 536 background-color: transparent;
bsw@1604 537 padding: 5px 0;
bsw@1604 538 border: none;
bsw@1604 539 border-bottom: 1px solid rgba(0,0,0, 0.12);
bsw@1604 540 font-size: 1rem;
bsw@1604 541 }
bsw@1604 542
bsw@1604 543
bsw@1604 544 .initiative_list .mdl-list__item {
bsw@1604 545 display: block;
bsw@1604 546 }
bsw@1604 547 .initiative_list .mdl-list__item-avatar {
bsw@1604 548 float: left;
bsw@1604 549 margin-right: 8px;
bsw@1604 550 }
bsw@1604 551 .initiative_list .mdl-list__item-avatar i {
bsw@1604 552 padding-left: 8px;
bsw@1604 553 }
bsw@1604 554 .initiative_list .mdl-list__item-avatar.positive {
bsw@1604 555 background: #4caf50;
bsw@1604 556 }
bsw@1604 557 .initiative_list .mdl-list__item-avatar.positive i {
bsw@1604 558 padding-top: 8px;
bsw@1604 559 vertical-align: top;
bsw@1604 560 }
bsw@1604 561 .initiative_list .mdl-list__item-avatar.negative {
bsw@1604 562 background: #f44336;
bsw@1604 563 }
bsw@1604 564 .initiative_list .mdl-list__item-avatar.negative i {
bsw@1604 565 padding-top: 10px;
bsw@1604 566 vertical-align: top;
bsw@1604 567 }
bsw@1604 568
bsw@1604 569 .initiative_pie {
bsw@1604 570 float: left;
bsw@1604 571 margin-right: 15px;
bsw@1604 572 margin-bottom: 15px;
bsw@1604 573 }
bsw@1604 574
bsw@1604 575 .initiative .result {
bsw@1604 576 font-family: "Roboto Bold";
bsw@1604 577 }
bsw@1604 578
bsw@1614 579 .admitted_info h1,
bsw@1614 580 .not_admitted_info h1 {
bsw@1614 581 margin-top: 0;
bsw@1614 582 }
bsw@1614 583
bsw@1604 584 .admitted_info table th,
bsw@1604 585 .not_admitted_info table th {
bsw@1604 586 text-align: left;
bsw@1604 587 padding-right: 10px;
bsw@1604 588 }
bsw@1604 589
bsw@1604 590 .admitted_info table td,
bsw@1604 591 .not_admitted_info table td {
bsw@1604 592 text-align: right;
bsw@1604 593 padding-right: 5px;
bsw@1604 594 }
bsw@1604 595
bsw@1616 596 .event_info i {
bsw@1616 597 font-size: 18px;
bsw@1616 598 }
bsw@1616 599
bsw@1604 600 .ui_list_row label.mdl-radio {
bsw@1604 601 display: inline;
bsw@1604 602 }
bsw@1604 603
bsw@1604 604 .member_image_photo {
bsw@1604 605 margin-top: 2ex;
bsw@1604 606 margin-bottom: 2ex;
bsw@1604 607 }
bsw@1604 608
bsw@1604 609 .contextlinks {
bsw@1604 610 color: #fff;
bsw@1604 611 xfont-size: 14px;
bsw@1604 612 xmargin-bottom: 5px;
bsw@1604 613 }
bsw@1604 614
bsw@1604 615 /*************************************************************************
bsw@1604 616 * Voting
bsw@1604 617 */
bsw@1604 618 .main .section #voting_form .sectionRow:last-child {
bsw@1604 619 border-radius: 0;
bsw@1604 620 margin-bottom: 0;
bsw@1604 621 }
bsw@1604 622 #voting {
bsw@1604 623 margin-top: 3ex;
bsw@1604 624 position: relative;
bsw@1604 625 margin-bottom: 2ex;
bsw@1604 626 }
bsw@1604 627 #voting .approval,
bsw@1604 628 #voting .abstention,
bsw@1604 629 #voting .disapproval {
bsw@1604 630 border: 1px #ccc solid;
bsw@1604 631 margin-bottom: 3ex;
bsw@1604 632 padding: 1ex;
bsw@1604 633 padding-bottom: 1ex;
bsw@1604 634 border-radius: 2px;
bsw@1604 635 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
bsw@1604 636 }
bsw@1604 637 #voting .movable {
bsw@1604 638 cursor: pointer;
bsw@1604 639 }
bsw@1604 640 #voting .disapproval {
bsw@1604 641 margin-bottom: 2ex;
bsw@1604 642 }
bsw@1604 643 #voting .approval {
bsw@1604 644 background-color: #9f9;
bsw@1604 645 }
bsw@1604 646 #voting .approval .movable {
bsw@1604 647 background-color: #dfd;
bsw@1604 648 }
bsw@1604 649 #voting .abstention {
bsw@1604 650 background-color: #eee;
bsw@1604 651 }
bsw@1604 652 #voting .abstention .movable {
bsw@1604 653 background-color: #fff;
bsw@1604 654 }
bsw@1604 655 #voting .disapproval {
bsw@1604 656 background-color: #f88;
bsw@1604 657 }
bsw@1604 658 #voting .disapproval .movable {
bsw@1604 659 background-color: #fbb;
bsw@1604 660 }
bsw@1604 661 #voting .movable {
bsw@1604 662 position: relative;
bsw@1604 663 border: 1px black solid;
bsw@1604 664 margin-top: 1ex;
bsw@1604 665 padding: 0;
bsw@1604 666 border-radius: 2px;
bsw@1604 667 min-height: 64px;
bsw@1604 668 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
bsw@1604 669 }
bsw@1604 670 #voting .initiative_name {
bsw@1604 671 display: inline-block;
bsw@1604 672 margin: 5px;
bsw@1604 673 font-family: "Roboto Bold";
bsw@1604 674 }
bsw@1604 675
bsw@1604 676 #voting .voting_form_active .movable {
bsw@1604 677 cursor: pointer;
bsw@1604 678 vertical-align: middle;
bsw@1604 679 cursor: move;
bsw@1604 680 }
bsw@1604 681 #voting .voting_form_active .clickable {
bsw@1604 682 cursor: auto;
bsw@1604 683 }
bsw@1604 684 #voting .voting_form_active a.clickable {
bsw@1604 685 cursor: pointer;
bsw@1604 686 }
bsw@1604 687
bsw@1604 688 div.form .ui_field_label {
bsw@1604 689 text-transform: uppercase;
bsw@1604 690 font-size: 80%;
bsw@1604 691 }
bsw@1604 692 div.form .member_photo .member_image.member_image_photo {
bsw@1604 693 margin-top: 0;
bsw@1604 694 }
bsw@1604 695
bsw@1604 696 .trace_list {
bsw@1604 697 margin-left: 10px;
bsw@1604 698 list-style-type: none;
bsw@1604 699 padding: 0;
bsw@1604 700 line-height: 120%;
bsw@1604 701 }
bsw@1604 702
bsw@1604 703 .trace_list .trace_list {
bsw@1604 704 padding-left: 10px;
bsw@1604 705 border-left: 1px solid #999;
bsw@1604 706 }
bsw@1604 707
bsw@1604 708 .trace_list .trace_head {
bsw@1604 709 margin-top: 10px;
bsw@1604 710 padding: 3px 5px 3px 5px;
bsw@1604 711 font-weight: 700;
bsw@1604 712 }
bsw@1604 713
bsw@1604 714 .trace_list li {
bsw@1604 715 margin-top: 5px;
bsw@1604 716 margin-bottom: 5px;
bsw@1604 717 }
bsw@1604 718
bsw@1604 719 .trace_list .trace_filter .trace_head {
bsw@1604 720 background: #acf;
bsw@1604 721 color: #000;
bsw@1604 722 }
bsw@1604 723
bsw@1604 724 .trace_list .trace_request .trace_head,
bsw@1604 725 .trace_list .trace_view .trace_head {
bsw@1604 726 background: #000;
bsw@1604 727 color: #fff;
bsw@1604 728 }
bsw@1604 729
bsw@1604 730 .trace_list .trace_config .trace_head,
bsw@1604 731 .trace_list .trace_view .trace_view .trace_head {
bsw@1604 732 background: #ccc;
bsw@1604 733 color: #000;
bsw@1604 734 }
bsw@1604 735
bsw@1604 736 .trace_list .trace_head .time {
bsw@1604 737 float: right;
bsw@1604 738 font-weight: 500;
bsw@1604 739 font-size: 90%;
bsw@1604 740 line-height: 100%;
bsw@1604 741 margin-top: 5px;
bsw@1604 742 }
bsw@1604 743
bsw@1604 744 .trace_list .trace_sql {
bsw@1604 745 color: #050;
bsw@1604 746 }
bsw@1604 747
bsw@1604 748 .trace_list .trace_sql_time {
bsw@1604 749 background: #070;
bsw@1604 750 color: #fff;
bsw@1604 751 padding: 0px 3px;
bsw@1604 752 border-radius: 5px;
bsw@1604 753 }
bsw@1604 754
bsw@1604 755

Impressum / About Us