Patch #21947 » 0002-Put-project-breadcrumbs-in-page_header_title-on-sepa.patch
| public/stylesheets/application.css | ||
|---|---|---|
| 28 | 28 | |
| 29 | 29 |
#header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;}
|
| 30 | 30 |
#header a {color:#f8f8f8;}
|
| 31 |
#header h1 a.ancestor { font-size: 80%; }
|
|
| 31 |
#header h1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
|
|
| 32 |
#header h1 .breadcrumbs { display:block; font-size: .5em; }
|
|
| 32 | 33 |
#quick-search {float:right;}
|
| 33 | 34 | |
| 34 | 35 |
#main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px; width: 100%;}
|