Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3fc38171

Von Andreas Rudin vor etwa 6 Jahren hinzugefügt

  • ID 3fc381717c5e7f0f657f604880fac7b7be4e492b
  • Vorgänger 9439c4f2
  • Nachfolger a58ef474

HP Aenderungen bis Oktober 2018

Unterschiede anzeigen:

css/less/jquery-ui.less
549 549
  border: 1px solid black; // Custom
550 550

  
551 551
  .ui-dialog-titlebar {
552
    padding: 0.4em 1.0em;
553
    //position: relative;
554
    // Custom
555
    //-khtml-border-radius:0.4em; //  Konqueror
556
    //-moz-border-radius:0.4em; //  Firefox
557
    //-webkit-border-radius:0.4em; //  Safari, Chrome
558
    //behavior:url(border-radius.htc);
559
    border: none;
560
    background: @h1-bg-color ;
561
    color: @h1-text-color ;
562
    font-weight: normal;
563
    //margin: 5px;
564
    //padding: 0.5em;
565
    position: relative;
566
    text-align: left;
567
    font-size:@font-size-h3;
552
    padding:      0.4em 1.0em;
553
    border:       none;
554
    background:   @h1-bg ;
555
    color:        @h1-color ;
556
    font-weight:  normal;
557
    position:     relative;
558
    text-align:   left;
559
    font-size:    @h3-size;
568 560

  
569 561
    .ui-dialog-title {
570
      float: left;
571
      //margin: .1em 0;
572
      white-space: nowrap;
573
      //width: 90%;
574
      overflow: hidden;
575
      text-overflow: ellipsis;
576
      display: block;
562
      float:           left;
563
      white-space:     nowrap;
564
      overflow:        hidden;
565
      text-overflow:   ellipsis;
566
      display:         block;
577 567
    }
578 568

  
579 569
    .ui-dialog-titlebar-close {
580
      position: absolute;
581
      right: .3em;
582
      top: 50%;
583
      width: 21px;
584
      margin: -10px 0 0 0;
585
      padding: 1px;
586
      height: 20px;
570
      position:     absolute;
571
      right:        0.3em;
572
      top:          50%;
573
      width:        21px;
574
      margin:       10px 0 0 0;
575
      padding:      1px;
576
      height:       20px;
587 577
    }
588 578
  }
589 579
  // /.ui-dialog-titlebar
......
957 947
.ui-widget select,
958 948
.ui-widget textarea,
959 949
.ui-widget button {
960
  font-size: @font-size-small ;
950
  font-size: @font-size-smaller ;
961 951
}
962 952
.ui-widget-content {
963 953
  border: 1px solid #dddddd;
964
  //background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
954
  //background: #eeeeee url(ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
965 955
  background: none ;
966 956
  color: #333333;
967 957
}
......
987 977
.ui-widget-content .ui-state-default,
988 978
.ui-widget-header .ui-state-default {
989 979
  border: 1px solid #cccccc;
990
  //background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
980
  //background: #f6f6f6 url(ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
991 981
  background: none ;
992 982
  font-weight: bold;
993 983
  color: #1c94c4;
......
1005 995
.ui-widget-content .ui-state-focus,
1006 996
.ui-widget-header .ui-state-focus {
1007 997
  border: 1px solid #fbcb09;
1008
  //background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
998
  //background: #fdf5ce url(ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
1009 999
  background: none ;
1010 1000
  font-weight: bold;
1011 1001
  color: #c77405;
......
1014 1004
.ui-state-hover a:hover,
1015 1005
.ui-state-hover a:link,
1016 1006
.ui-state-hover a:visited {
1017
  color: #c77405;
1018
  text-decoration: none;
1007
  color: #000;
1008
  text-decoration: underline;
1019 1009
}
1020 1010
.ui-state-active,
1021 1011
.ui-widget-content .ui-state-active,
1022 1012
.ui-widget-header .ui-state-active {
1023 1013
  border: 1px solid #fbd850;
1024
  //background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
1014
  //background: #ffffff url(ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
1025 1015
  background: none ;
1026 1016
  font-weight: bold;
1027 1017
  color: #eb8f00;
......
1041 1031
.ui-widget-content .ui-state-highlight,
1042 1032
.ui-widget-header .ui-state-highlight {
1043 1033
  border: 1px solid #fed22f;
1044
  //background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
1034
  //background: #ffe45c url(ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
1045 1035
  background: none ;
1046 1036
  color: #363636;
1047 1037
}
......
1054 1044
.ui-widget-content .ui-state-error,
1055 1045
.ui-widget-header .ui-state-error {
1056 1046
  border: 1px solid #cd0a0a;
1057
  //background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
1047
  //background: #b81900 url(ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
1058 1048
  background: none ;
1059 1049
  color: #ffffff;
1060 1050
}
......
1339 1329

  
1340 1330
// Overlays */
1341 1331
.ui-widget-overlay {
1342
  //background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
1332
  //background: #666666 url(ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
1343 1333
  background: #666666 ;
1344 1334
  opacity: .5;
1345 1335
  filter: Alpha(Opacity=50);
......
1347 1337
.ui-widget-shadow {
1348 1338
  margin: -5px 0 0 -5px;
1349 1339
  padding: 5px;
1350
  //background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
1340
  //background: #000000 url(ui-lightness/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
1351 1341
  background: #000000 ;
1352 1342
  opacity: .2;
1353 1343
  filter: Alpha(Opacity=20);

Auch abrufbar als: Unified diff