diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css index 9aa003aaf..715cf07f8 100644 --- a/src/static/css/iframe_editor.css +++ b/src/static/css/iframe_editor.css @@ -110,11 +110,6 @@ body.doesWrap:not(.noprewrap) > div{ height: 1px; /* changed programmatically */ } -#outerdocbody .hotrect { - border: 1px solid #999; - position: absolute; -} - /* cause "body" area (e.g. where clicks are heard) to grow horizontally with text */ body.mozilla, body.safari { display: table-cell; diff --git a/src/static/css/pad.css b/src/static/css/pad.css index d57b46986..18d3be02d 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -39,7 +39,6 @@ a img { /* Not sure why important is required here but it is */ border: 1px solid #666 !important; } - .time { float: right; color: #333; @@ -49,19 +48,6 @@ a img { margin-right: 3px; margin-top: 2px; } -#focusprotector { - z-index: 100; - position: absolute; - bottom: 0px; - top: 0px; - left: 0px; - right: 0px; - background-color: white; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; - filter: alpha(opacity=1); - opacity: 0.01; - display: none; -} .rtl { direction: RTL } diff --git a/src/static/css/pad/chat.css b/src/static/css/pad/chat.css index b8757f5f3..3e22b94c5 100644 --- a/src/static/css/pad/chat.css +++ b/src/static/css/pad/chat.css @@ -167,27 +167,7 @@ padding:5px !important; border-left: 1px solid #ccc !important; } -#chatthrob { - display: none; - position: absolute; - bottom: 40px; - font-size: 14px; - width: 150px; - height: 40px; - right: 20px; - z-index: 200; - background-color: #000; - color: white; - background-color: rgb(0,0,0); - background-color: rgba(0,0,0,0.7); - padding: 10px; - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; - filter: alpha(opacity=80); - opacity: .8; -} + @media only screen and (max-width: 720px) { #chaticon { position:fixed; diff --git a/src/static/css/pad/popup_import_export.css b/src/static/css/pad/popup_import_export.css index 2bac0d219..ba9a73fa8 100644 --- a/src/static/css/pad/popup_import_export.css +++ b/src/static/css/pad/popup_import_export.css @@ -44,10 +44,6 @@ display: none; } -#importsubmitinput.throbbold{ - font-weight:bold; -} - #importmessageabiword { color: #900; font-size: small; diff --git a/src/static/js/pad_userlist.js b/src/static/js/pad_userlist.js index 11b95880a..abf1620cb 100644 --- a/src/static/js/pad_userlist.js +++ b/src/static/js/pad_userlist.js @@ -421,20 +421,6 @@ var paduserlist = (function() jqueryNode.removeAttr('disabled').addClass('editable'); } - function updateInviteNotice() - { - if (otherUsersInfo.length == 0) - { - $("#otheruserstable").hide(); - $("#nootherusers").show(); - } - else - { - $("#nootherusers").hide(); - $("#otheruserstable").show(); - } - } - var knocksToIgnore = {}; var guestPromptFlashState = 0; var guestPromptFlash = padutils.makeAnimationScheduler( @@ -619,8 +605,6 @@ var paduserlist = (function() rowManager.insertRow(newIndex, userData); } - updateInviteNotice(); - self.updateNumberOfOnlineUsers(); }, updateNumberOfOnlineUsers: function() @@ -668,13 +652,11 @@ var paduserlist = (function() hooks.callAll('userLeave', { userInfo: info }); - updateInviteNotice(); } } }, 8000); // how long to wait userData.leaveTimer = thisLeaveTimer; } - updateInviteNotice(); self.updateNumberOfOnlineUsers(); }, diff --git a/src/static/skins/colibris/src/components/users.css b/src/static/skins/colibris/src/components/users.css index bb5fbb495..f0d023905 100644 --- a/src/static/skins/colibris/src/components/users.css +++ b/src/static/skins/colibris/src/components/users.css @@ -33,10 +33,6 @@ table#otheruserstable { border-radius: 50%; } -#nootherusers { - padding: 0; -} - #mycolorpicker { width: auto; height: auto; diff --git a/src/templates/pad.html b/src/templates/pad.html index ceda1d00e..23bd2d62d 100644 --- a/src/templates/pad.html +++ b/src/templates/pad.html @@ -87,14 +87,12 @@
-
-
<% e.end_block(); %> @@ -199,9 +197,6 @@
- <% e.begin_block("globalSettings"); %> -

- <% e.end_block(); %>
@@ -355,7 +350,7 @@
-
 
+ <% e.end_block(); %> <% e.end_block(); %>