diff options
author | marijus <mario@mariovavti.com> | 2014-04-03 17:03:32 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-04-03 17:03:32 +0200 |
commit | 3f1a78fa690e2220b46823527f3abf0a0d51cd8e (patch) | |
tree | 1b9784fd6dc8cb49fe4703781b60c3c502f77d1f /view/css | |
parent | 98788308e156173cfc49c4477bf0d12dbda88662 (diff) | |
download | volse-hubzilla-3f1a78fa690e2220b46823527f3abf0a0d51cd8e.tar.gz volse-hubzilla-3f1a78fa690e2220b46823527f3abf0a0d51cd8e.tar.bz2 volse-hubzilla-3f1a78fa690e2220b46823527f3abf0a0d51cd8e.zip |
some work on jot, remove some deprecated js and some random style fixes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 62 | ||||
-rw-r--r-- | view/css/default.css | 2 |
2 files changed, 8 insertions, 56 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index b32c5a08f..c9894f638 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -18,71 +18,20 @@ #profile-jot-text { height: 3.4em; padding: 8px; - margin-right: 0px; width: 100%; } #profile-jot-text-loading { float: left; - margin: 14px 0px 0px 12px; + padding: 30px 0px 0px 12px; } #profile-jot-submit-wrapper { margin-top: 10px; - width: 100%; -} - -#profile-jot-submit { - height: 30px; - width: 70px; - float: right; -} - -#profile-upload-wrapper, -#wall-image-upload-div, -#wall-image-upload, -#wall-file-upload-div, -#wall-file-upload, -#profile-link, -#profile-video, -#profile-audio, -#profile-location, -#profile-nolocation, -#profile-expires, -#profile-expires, -#jot-perms-icon, -#jot-preview-link, -#profile-encrypt, -.hover, .focus { - cursor: pointer; -} - -#profile-upload-wrapper, -#profile-attach-wrapper, -#profile-link-wrapper, -#profile-video-wrapper, -#profile-audio-wrapper, -#profile-location-wrapper, -#profile-nolocation-wrapper, -#profile-expire-wrapper, -#profile-encrypt-wrapper { - float: left; - margin-left: 15px; -} - -#profile-jot-perms { - float: right; - padding: 6px; } #jot-perms-icon { - float: left; -} - -#jot-preview-link { - float: left; - margin-left: 45px; - margin-top: 0px; + margin: 1px; } #profile-jot-perms-end { @@ -93,9 +42,12 @@ margin-bottom: 30px; } -#profile-rotator { +#profile-rotator-wrapper { float: left; - margin: 8px 0px 0px 20px; +} + +#profile-rotator { + margin: 16px 0px 0px 16px; } /* this is referenced in js/acl.js - not sure if it is still needed. */ diff --git a/view/css/default.css b/view/css/default.css index 267b3bd35..793148019 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -24,7 +24,7 @@ aside#region_1 { } aside input[type='text'] { - width: 174px; + width: 100%; } section { |