summaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/cdm.css')
-rw-r--r--css/cdm.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 900c83791..8b9693c33 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -215,3 +215,35 @@ div.cdmHeader span.author {
}
+div#floatingTitle {
+ position : absolute;
+ z-index : 5;
+ top : 30px;
+ right : 20px;
+ border : 1px solid #ccc;
+ background : white;
+ border-radius : 3px;
+ box-shadow : 0px 0px 3px 0px rgba(0,0,0,0.1);
+ color : #555;
+ font-size : 10px;
+ padding : 3px;
+}
+
+div#floatingTitle > * {
+ display : table-cell;
+ white-space : nowrap;
+ vertical-align : middle;
+}
+
+div#floatingTitle img {
+ padding-right : 3px;
+}
+
+div#floatingTitle .dijit,
+div#floatingTitle span.updated,
+div#floatingTitle div.scoreWrap,
+div#floatingTitle div.hlFeed,
+div#floatingTitle span.author,
+div#floatingTitle img.tinyFeedIcon {
+ display : none;
+}