site: fixed remove padding on body add bobbom padding on html remove overflow style at project-page-wrap class and tab-content class
add bobbom padding on html remove overflow style at project-page-wrap class and tab-content class
@6ffe07f4376546277335b404bc11fcec132e0850
--- app/assets/stylesheets/less/_page.less
+++ app/assets/stylesheets/less/_page.less
... | ... | @@ -517,7 +517,6 @@ |
517 | 517 |
|
518 | 518 |
.project-page-wrap { |
519 | 519 |
margin:30px 0; |
520 |
- overflow:auto; |
|
521 | 520 |
padding:0 40px 0 160px; |
522 | 521 |
position: relative; |
523 | 522 |
min-height:580px; |
... | ... | @@ -538,6 +537,10 @@ |
538 | 537 |
} |
539 | 538 |
} |
540 | 539 |
} |
540 |
+ |
|
541 |
+ .tab-content { |
|
542 |
+ overflow:visible; |
|
543 |
+ } |
|
541 | 544 |
} |
542 | 545 |
|
543 | 546 |
.page-footer-outer { |
--- app/assets/stylesheets/less/_yobiUI.less
+++ app/assets/stylesheets/less/_yobiUI.less
... | ... | @@ -6,8 +6,8 @@ |
6 | 6 |
* (bootstrap 2.3.1 : 14px, |
7 | 7 |
* bootstrap 2.2.1 : 12px) |
8 | 8 |
*/ |
9 |
-html {position: relative; } |
|
10 |
-body { font-size:12px; padding-bottom: 55px;} |
|
9 |
+html {position: relative; padding-bottom: 90px; } |
|
10 |
+body { font-size:12px; } |
|
11 | 11 |
label, input, button, select, textarea { font-size:12px; } |
12 | 12 |
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], |
13 | 13 |
input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?