diff options
Diffstat (limited to 'apps/updatenotification/css/admin.css')
-rw-r--r-- | apps/updatenotification/css/admin.css | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/apps/updatenotification/css/admin.css b/apps/updatenotification/css/admin.css deleted file mode 100644 index 3a74d8801a0..00000000000 --- a/apps/updatenotification/css/admin.css +++ /dev/null @@ -1,67 +0,0 @@ -#updatenotification { - margin-top: -25px; -} - -#updatenotification div.update, -#updatenotification p:not(.inlineblock) { - margin-bottom: 25px; -} - - -#updatenotification h2.inlineblock { - margin-top: 25px; -} - -#updatenotification h3, -#updatenotification h3 .icon { - cursor: pointer; -} - -#updatenotification h3:first-of-type { - margin-top: 0; -} - -#updatenotification .icon { - display: inline-block; - margin-bottom: -3px; -} - -#updatenotification .icon-triangle-s, -#updatenotification .icon-triangle-n { - opacity: 0.5; -} - -#updatenotification .channel-description span { - color: #aaa; -} - -#updatenotification .channel-description span strong { - color: #555; - font-weight: normal; -} - -#updatenotification .warning { - color: #ce3702; -} - -#updatenotification .whatsNew { - display: inline-block; -} - -#updatenotification .toggleWhatsNew { - position: relative; -} - -#updatenotification .popovermenu p { - margin-bottom: 0; - width: 100%; -} - -#updatenotification .popovermenu { - margin-top: 5px; - width: 300px; -} - -#updatenotification .applist { - margin-bottom: 25px; -} |