Commit a7a3b420d946dbab8a84c32e4ac545cc106b9fc6
1 parent
15ffa6c1
修改右上角首页下拉消息样式...
Showing
3 changed files
with
6 additions
and
5 deletions
src/main/resources/static/css/style.css
... | ... | @@ -1317,7 +1317,8 @@ button.dim:active:before { |
1317 | 1317 | .media-body { |
1318 | 1318 | display: block; |
1319 | 1319 | width: auto; |
1320 | - height:60px; overflow:hidden;position: relative;top: -8px;padding-left: 20px;/*border-bottom: 1px dotted #e5e5e5;*/ | |
1320 | + padding: 0 5px; | |
1321 | + height:60px; overflow:hidden;position: relative;top: -8px;border-bottom: 1px dotted #e5e5e5; | |
1321 | 1322 | } |
1322 | 1323 | |
1323 | 1324 | .chat-element>.pull-left { |
... | ... |
src/main/resources/templates/config/receiptPreference/list.html
src/main/resources/templates/index.html
... | ... | @@ -132,14 +132,14 @@ |
132 | 132 | <ul class="dropdown-menu dropdown-messages"> |
133 | 133 | <li th:each="notice : ${notices}"> |
134 | 134 | <div class="dropdown-messages-box"> |
135 | - <div class="media-body" style=""> | |
135 | + <div class="media-body"> | |
136 | 136 | <p th:text="${notice.content}"></p> |
137 | - <small class="text-muted" style="position: relative;top:-20px" | |
137 | + <small class="text-muted" style="position: relative;top:-30px;" | |
138 | 138 | th:text="${#dates.format(notice.created, 'yyyy-MM-dd HH:mm:ss')}"></small> |
139 | 139 | </div> |
140 | 140 | </div> |
141 | 141 | </li> |
142 | - <li class="divider"></li> | |
142 | + <!--<li class="divider"></li>--> | |
143 | 143 | <li> |
144 | 144 | <div class="text-center link-block"> |
145 | 145 | <a href="mailbox.html"> |
... | ... |