move profile css to mod_profile and minoor fixes
This commit is contained in:
parent
7f1a42340a
commit
960c35bad3
1
view/css/bootstrap-red.css
vendored
1
view/css/bootstrap-red.css
vendored
@ -26,7 +26,6 @@ nav img {
|
||||
}
|
||||
|
||||
nav .dropdown-menu {
|
||||
top: 50px;
|
||||
max-height: 450px;
|
||||
max-width: 300px;
|
||||
overflow-y: auto;
|
||||
|
16
view/css/mod_profile.css
Normal file
16
view/css/mod_profile.css
Normal file
@ -0,0 +1,16 @@
|
||||
.aprofile dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.profile-thing-list {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.profile-thing-list img {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.profile-thing-list > li {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
@ -369,10 +369,6 @@ footer {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
||||
.aprofile dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
#page-profile .title {
|
||||
font-weight: bold;
|
||||
}
|
||||
@ -417,14 +413,6 @@ footer {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#profile-like {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
#profile-like-wrapper {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.fn {
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
@ -1658,17 +1646,6 @@ header {
|
||||
font-size : 2.8em !important;
|
||||
}
|
||||
|
||||
.profile-thing-list {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.profile-thing-list img {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.profile-thing-list li {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
div.page-list-item {
|
||||
margin: 20px;
|
||||
|
@ -29,9 +29,9 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<div id="photos-upload-new-end" class="clear"></div>
|
||||
<div class="clear"></div>
|
||||
|
||||
<div class="checkbox pull-left">
|
||||
<div class="checkbox">
|
||||
<label class="checkbox-inline" for="photos-upload-noshare" >
|
||||
<input class="checkbox-inline" id="photos-upload-noshare" type="checkbox" name="not_visible" value="1" />{{$nosharetext}}
|
||||
</label>
|
||||
|
Reference in New Issue
Block a user