comparison static/css/agora.css @ 145:ee999b9f33f5

Add horizontal scrollbar to snippet history box So that when the history is too deeply nested, you can simply scroll to view the rest rather than them being extremely narrow
author dellsystem <ilostwaldo@gmail.com>
date Sun, 14 Oct 2012 16:12:55 -0400
parents 7a27b1c9cb84
children 6573617409e2
comparison
equal deleted inserted replaced
144:77babc4afe34 145:ee999b9f33f5
37 .snippetform #id_description{height:100px;} 37 .snippetform #id_description{height:100px;}
38 #sidebar{margin-top:10px;width:208px;border:1px solid #e6e6e6;padding:10px;background:#fbfbfb;display:inline-block;zoom:1;*display:inline;} 38 #sidebar{margin-top:10px;width:208px;border:1px solid #e6e6e6;padding:10px;background:#fbfbfb;display:inline-block;zoom:1;*display:inline;}
39 #non-sidebar{display:inline-block;zoom:1;*display:inline;width:710px;padding-right:20px;vertical-align:top;} 39 #non-sidebar{display:inline-block;zoom:1;*display:inline;width:710px;padding-right:20px;vertical-align:top;}
40 .hint{border:1px solid #60cae1;background:#c3e9f5;padding:10px;margin-bottom:10px;} 40 .hint{border:1px solid #60cae1;background:#c3e9f5;padding:10px;margin-bottom:10px;}
41 hr{border:0;border-top:1px solid #aaaaaa;margin:5px 0;} 41 hr{border:0;border-top:1px solid #aaaaaa;margin:5px 0;}
42 .tree ul{list-style-type:none;} 42 #snippet-history{overflow-x:auto;}#snippet-history ul{white-space:nowrap;padding:0;list-style-type:none;}
43 #snippet-history >ul{margin-left:0;}
43 #diff{display:none;border:1px solid #e6e6e6;padding:10px;background:#fbfbfb;}#diff .code{white-space:pre-wrap;} 44 #diff{display:none;border:1px solid #e6e6e6;padding:10px;background:#fbfbfb;}#diff .code{white-space:pre-wrap;}
44 #diff .gi{background:#DFD;} 45 #diff .gi{background:#DFD;}
45 #diff .gu{color:#aaaaaa;} 46 #diff .gu{color:#aaaaaa;}
46 #diff .gd{background:#FDD;} 47 #diff .gd{background:#FDD;}
47 table.default{width:100%;border:1px solid #e6e6e6;}table.default thead th{padding:5px 0;border-bottom:1px solid #e6e6e6;} 48 table.default{width:100%;border:1px solid #e6e6e6;}table.default thead th{padding:5px 0;border-bottom:1px solid #e6e6e6;}