Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: anwiki/_override-static/global/global/css/index-desktop.css

Issue 10987056: Fixed: bottom part of content was cut off (Closed)
Patch Set: Created July 3, 2013, 1:09 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/css/main-desktop.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #content 1 #content
2 { 2 {
3 width: 990px; 3 width: 990px;
4 margin-bottom: 280px; 4 margin-bottom: 290px;
5 padding-left: 0; 5 padding-left: 0;
6 padding-right: 0; 6 padding-right: 0;
7 } 7 }
8 8
9 #main 9 #main
10 { 10 {
11 width: 421px; 11 width: 421px;
12 height: 307px; 12 height: 307px;
13 position: relative; 13 position: relative;
14 float: right; 14 float: right;
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 { 114 {
115 margin-left: 0; 115 margin-left: 0;
116 margin-right: 0; 116 margin-right: 0;
117 width: 100%; 117 width: 100%;
118 } 118 }
119 119
120 #more, #less 120 #more, #less
121 { 121 {
122 position: absolute; 122 position: absolute;
123 left: 50%; 123 left: 50%;
124 bottom: 210px; 124 bottom: 220px;
125 *bottom: -70px; 125 *bottom: -70px;
126 *margin-bottom: 0px; 126 *margin-bottom: 0px;
127 _margin-bottom: 470px; 127 _margin-bottom: 470px;
128 width: 200px; 128 width: 200px;
129 margin-left: 200px; 129 margin-left: 200px;
130 border-radius: 4px 4px 0px 0px; 130 border-radius: 4px 4px 0px 0px;
131 } 131 }
132 132
133 #more-container.hidden #more, 133 #more-container.hidden #more,
134 #more-container.hidden #less 134 #more-container.hidden #less
(...skipping 12 matching lines...) Expand all
147 147
148 #more-tabs #sidebar button 148 #more-tabs #sidebar button
149 { 149 {
150 display: block; 150 display: block;
151 } 151 }
152 152
153 .more-tab 153 .more-tab
154 { 154 {
155 width: 760px; 155 width: 760px;
156 } 156 }
OLDNEW
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/css/main-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld