[Notice] Announcing the End of Demo Server [Read me]

Merge pull request #136 from alecsiel/yobi refs/heads/pull-request
@d3353de07c190b1a5cb9f5b10b9745fcbdc158b4
--- 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; |
... | ... | @@ -537,6 +536,10 @@ |
537 | 536 |
|
538 | 537 |
} |
539 | 538 |
} |
539 |
+ } |
|
540 |
+ |
|
541 |
+ .tab-content { |
|
542 |
+ overflow:visible; |
|
540 | 543 |
} |
541 | 544 |
} |
542 | 545 |
|
... | ... | @@ -811,7 +814,7 @@ |
811 | 814 |
.feature-desc { |
812 | 815 |
margin:0; |
813 | 816 |
padding:0; |
814 |
- font-size:11px; |
|
817 |
+ font-size:13px; |
|
815 | 818 |
text-align:left; |
816 | 819 |
} |
817 | 820 |
} |
... | ... | @@ -3042,11 +3045,9 @@ |
3042 | 3045 |
.avatar-wrap { margin-right:10px; } |
3043 | 3046 |
|
3044 | 3047 |
.title { |
3048 |
+ text-overflow: ellipsis; |
|
3049 |
+ white-space: nowrap; |
|
3045 | 3050 |
overflow: hidden; |
3046 |
- white-space: nowrap; |
|
3047 |
- text-overflow:ellipsis; |
|
3048 |
- -webkit-line-clamp:4; |
|
3049 |
- -webkit-box-orient:vertical; |
|
3050 | 3051 |
} |
3051 | 3052 |
|
3052 | 3053 |
.infos { |
... | ... | @@ -3071,7 +3072,6 @@ |
3071 | 3072 |
} |
3072 | 3073 |
|
3073 | 3074 |
.title-link { |
3074 |
- display:inline-block; |
|
3075 | 3075 |
margin:5px 0; margin-right:5px; |
3076 | 3076 |
font-size:14px; font-weight:bold; |
3077 | 3077 |
|
--- 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?