comparison pylons_app/public/css/style.css @ 527:6d44d3862ec4

fixes #36, removed username, name, lastname, minimal length restrictions, fixed branches/tags icons in changelog and made them active links
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 30 Sep 2010 12:44:06 +0200
parents 804a14e086dc
children 6d0d5e7d7356
comparison
equal deleted inserted replaced
526:804a14e086dc 527:6d44d3862ec4
3150 3150
3151 #graph_content .container { 3151 #graph_content .container {
3152 border-bottom: 1px solid #CCCCCC; 3152 border-bottom: 1px solid #CCCCCC;
3153 border-left: 1px solid #CCCCCC; 3153 border-left: 1px solid #CCCCCC;
3154 border-right: 1px solid #CCCCCC; 3154 border-right: 1px solid #CCCCCC;
3155 min-height: 90px; 3155 min-height: 80px;
3156 overflow: hidden; 3156 overflow: hidden;
3157 font-size:1.2em; 3157 font-size:1.2em;
3158 } 3158 }
3159 3159
3160 #graph_content .container .left { 3160 #graph_content .container .left {
3221 font-size: 90%; 3221 font-size: 90%;
3222 font-family: monospace; 3222 font-family: monospace;
3223 } 3223 }
3224 3224
3225 .right .logtags .branchtag{ 3225 .right .logtags .branchtag{
3226 background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat 130px 9px; 3226 background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat right 9px;
3227 display:block; 3227 display:block;
3228 padding:12px 2px 2px 24px; 3228 padding:12px 16px 0px 0px
3229 } 3229 }
3230 .right .logtags .tagtag{ 3230 .right .logtags .tagtag{
3231 background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat 130px 9px; 3231 background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat right 9px;
3232 display:block; 3232 display:block;
3233 padding:12px 2px 2px 24px; 3233 padding:12px 18px 0px 0px
3234 } 3234 }
3235 3235
3236 /* ----------------------------------------------------------- 3236 /* -----------------------------------------------------------
3237 FILE BROWSER 3237 FILE BROWSER
3238 ----------------------------------------------------------- */ 3238 ----------------------------------------------------------- */