source: main/waeup.plonetheme.ngren2/trunk/waeup/plonetheme/ngren2/static/css/iefixes.css @ 10074

Last change on this file since 10074 was 10074, checked in by Henrik Bettermann, 11 years ago

Fill trunc.

File size: 1.3 KB
Line 
1#portal-top {
2  z-index: 1;
3  }
4#livesearchLegend {
5  margin-left:-7px;
6  }
7.photoAlbumEntry a:hover .photoAlbumEntryTitle  {
8  background-color:rgb(241,241,241);
9  cursor:pointer;
10  }
11/* Adding required bullet */
12.fieldRequired {
13  z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('afterBegin', '<span class="required-bullet">■ </span>'));
14  }
15.required-bullet {
16  color:#f00;
17  }
18/* Removing horizontal scroll */
19.pb-ajax {
20  overflow-x:hidden;
21  }
22.collapsible .collapser.collapsed {
23  z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('afterEnd', '&#9658;'));
24  }
25.collapsible .collapser.expanded {
26  z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('beforeEnd', '&#9660;'));
27  }
28#portal-header {
29  border-top: 5px solid rgb(0, 161, 154);
30  }
31.searchButton[type="submit"] {
32  padding-top: 25px;
33  }
34#portal-personaltools-wrapper {
35  display: inline;
36  }
37#theme-globalnav li {
38  display: inline;
39  zoom: 1;
40}
41#theme-globalnav ul {
42  left: 0;
43  list-style: none;
44  top: 100%;
45}
46#portal-column-content {
47  padding: 0 !important;
48  }
49#portal-colophon {
50  border-bottom: 5px solid rgb(0, 161, 154);
51  }
52#search-results-wrapper {
53  margin-top: 10em;
54}
55#top-carousel {
56  left: 0;
57}
Note: See TracBrowser for help on using the repository browser.