diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/css/bootstrap-red.css | 1 | ||||
-rw-r--r-- | view/css/mod_profile.css | 16 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 23 | ||||
-rwxr-xr-x | view/tpl/photos_upload.tpl | 4 |
4 files changed, 18 insertions, 26 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 587ea7b8f..12287ba4f 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -26,7 +26,6 @@ nav img { } nav .dropdown-menu { - top: 50px; max-height: 450px; max-width: 300px; overflow-y: auto; diff --git a/view/css/mod_profile.css b/view/css/mod_profile.css new file mode 100644 index 000000000..e1ceae7f7 --- /dev/null +++ b/view/css/mod_profile.css @@ -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; +} + diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d32514dbf..331eed350 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -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; diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index a04038aa2..10fc82648 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -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> |