Skip to content
Snippets Groups Projects
Commit 2e73d603 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Removed fuckup

parent 330f786e
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
width: 20em !important;
overflow-y: auto !important;
overflow: hidden;
height: 30em !important;
height: 35em !important;
border: 1px solid black;
margin-left: 1em;
-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
......@@ -45,6 +45,31 @@ box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
margin-left: -10em;
resize: both;
overflow: auto;
overflow-x: hidden !important;
}
#publisher_textarea_wrapper #button_container{
position: absolute;
bottom: 0em;
}
.options_and_submit{
border: 1px solid black;
background-color: white;
position: fixed;
width: 24em !important;
z-index: 1000;
-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
top: 15em;
right: 3em;
}
.options_and_submit .btn-primary{
margin-right: 0.5em;
background-color: rgba(100, 160, 100, 1);
border-color: rgba(100, 160, 100, 1);
}
.logo{
......@@ -332,3 +357,52 @@ box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.4);
overflow-y: auto !important;
}
.stream-photo, .slides{
width: 100% !important;
height: auto !important;
}
.stream-photo, .thumb{
border: 1px solid black;
}
.stream-element pre{
border: 1px solid black;
background-color: white;
padding: 1em;
display: inline-block;
}
.stream-element .comments pre{
border-color: grey;
}
.stream-element code{
font-family: Consolas, Courier, monospace !important;
font-size: 1.4em;
line-height: 0.7em;
letter-spacing: -0.03em;
}
.stream-element .comments code{
font-size: 1.2em;
line-height: 0.6em;
letter-spacing: -0.04em;
color: #444;
}
#notification-dropdown ul{
border: 1px solid black;
-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
}
.notifications .stream-element{
width: 90% !important;
box-sizing: border-box;
margin: 1em !important;
margin-bottom: 1em !important;
margin-top: 0em !important;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment