Indefero

Indefero Commit Details


Date:2010-10-15 18:42:34 (14 years 2 months ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:0af51d90ba78626143e157991838541369a2a5ca
Parents: 972df3b231bb06b95467ce8359adf7496398dbf1
Message:More CSS tweaks for the project list dropdown

Changes:

File differences

www/media/idf/css/style.css
764764
765765
766766
767
768767
769768
770769
771
772
770
771
773772
774773
775774
776775
776
777777
778778
779779
780780
781781
782
783
782
784783
785784
786785
786
787
788
789
790
787791
788792
789793
background: #A5E26A;
border-top: 0;
position: absolute;
padding: 5px 5px 5px 20px;
margin: 0;
z-index: 1000;
top: 1.1em;
-moz-border-radius: 0 3px 3px 3px;
border-radius: 0 3px 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
-moz-box-shadow: 0 10px 20px #333;
-webkit-box-shadow: 0 10px 20px #333;
box-shadow: 0 10px 20px #333;
max-height: 400px;
min-width: 100%;
overflow-x: hidden;
overflow-y: auto;
}
#project-list ul li {
padding: 5px;
padding-left: 0;
margin: 7px;
white-space: nowrap;
font-size: 0.95em;
list-style-type: square;
list-style-position: inside;
}
#project-list ul li:first-child {
margin-top: 10px;
}
#project-list ul li a {

Archive Download the corresponding diff file

Page rendered in 0.07396s using 13 queries.