forked from saurabh/orbit4-5
update css
This commit is contained in:
parent
5d11d95ca9
commit
7dd20cafa0
|
@ -15,7 +15,6 @@ $orbit-bar-bgc-lighter: lighten($orbit-bar-bgc, 20%) !default;
|
|||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
.orbitMenuLink {
|
||||
cursor: pointer;
|
||||
width: 50px;
|
||||
|
@ -136,35 +135,20 @@ $orbit-bar-bgc-lighter: lighten($orbit-bar-bgc, 20%) !default;
|
|||
border-radius: 4px 0 0 4px;
|
||||
margin-right: -5px;
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
height: 20px;
|
||||
min-width: 16px;
|
||||
padding: 4px 5px;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 0 #ffffff;
|
||||
background-color: #eeeeee;
|
||||
padding: 7px 5px 6px 5px;
|
||||
font-size: 13px;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
background-color: #eee;
|
||||
border: 1px solid #ccc;
|
||||
white-space: nowrap;
|
||||
vertical-align: top;
|
||||
height: auto;
|
||||
}
|
||||
.input {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: 270px;
|
||||
height: 20px;
|
||||
vertical-align: top;
|
||||
font-size: 13px;
|
||||
padding: 8px 6px;
|
||||
width: 240px;
|
||||
border-radius: 0 4px 4px 0;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #cccccc;
|
||||
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
||||
margin-left: 0;
|
||||
padding: 4px 6px;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
color: #555555;
|
||||
white-space: nowrap;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
.submit {
|
||||
|
|
|
@ -3088,8 +3088,8 @@ article.page_content .linkAndFile > div:last-child {
|
|||
.news .list_mask .news_img a {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
height: 130px;
|
||||
min-height: 130px;
|
||||
// height: 150px;
|
||||
// min-height: 150px;
|
||||
}
|
||||
|
||||
.news .list_mask .news_img img {
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
}
|
||||
.i-news__pic-wrap {
|
||||
display: inline-block;
|
||||
width: 21.506122%;
|
||||
height: 78px;
|
||||
width: 21.806122%;
|
||||
height: 75px;
|
||||
}
|
||||
.i-news__content-wrap {
|
||||
display: inline-block;
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<div class="list_mask">
|
||||
<ul id="topic_list" data-level="0" data-list="news">
|
||||
<li>
|
||||
<div class="news_img bullseye">
|
||||
<div class="news_img">
|
||||
<a href="{{link_to_show}}">
|
||||
<img src="{{img_src}}" alt="Announcement image">
|
||||
</a>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<span class="search-result">搜尋標題有關 ' {{keyword}} ' 共搜尋到{{news_count}}筆資料</span>
|
||||
<ul class="i-news__list" data-level="0" data-list="news">
|
||||
<li class="i-news__item">
|
||||
<div class="i-news__pic-wrap bullseye">
|
||||
<div class="i-news__pic-wrap">
|
||||
<img class="i-news__pic" src="{{img_src}}" alt="{{img_description}}">
|
||||
</div>
|
||||
<div class="i-news__content-wrap">
|
||||
|
|
Loading…
Reference in New Issue