Created
December 13, 2014 14:17
-
-
Save michael/da08ff9fae0ec9138f85 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background: #F8F8F8; | |
} | |
body { | |
overflow: auto; | |
} | |
/* Clearfix solution */ | |
.container:after { | |
content:""; | |
display:table; | |
clear:both; | |
} | |
.header { | |
} | |
.documents .document { | |
position: relative; | |
padding: 20px; | |
background: white; | |
margin-bottom: 1px; | |
} | |
.documents .document .subject { | |
color: #999; | |
font-size: 12px; | |
font-weight: 600; | |
text-transform: uppercase; | |
} | |
.documents .document .title { | |
font-size: 24px; | |
line-height: 35px; | |
padding: 10px 0px; | |
margin-right: 50px; | |
} | |
.documents .document .authors { | |
float: left; | |
margin-right: 20px; | |
font-size: 18px; | |
} | |
.documents .document .updated-at { | |
float: right; | |
font-style: italic; | |
font-size: 14px; | |
color: #999; | |
} | |
.documents .document .delete-document { | |
display: block; | |
position: absolute; | |
right: 20px; | |
top: 20px; | |
color: #D50A46; | |
} | |
/* Actions */ | |
/* -------------------------- */ | |
/* Create Document */ | |
.actions { | |
padding: 20px; | |
} | |
/* Subjects Panel */ | |
.panel.subjects .available-subjects { | |
padding: 20px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body style=""> | |
<div id="container"> | |
<div class="documents"> | |
<div id="3185e3d2140372c0927b2d1a7fac18ce" class="document"> | |
<div class="subject"></div> | |
<div class="title"><a href="" class="">Transkript in deutscher Übersetzung zum Interview mit Chabarowa (geb. Morosowa), Warwara Antonowna</a></div> | |
<a href="#" class="delete-document">Delete</a> | |
<div class="container"> | |
<div class="authors">Daniel Beilinson</div> | |
<div class="updated-at">updated at 3 months ago</div> | |
</div> | |
</div> | |
<div id="cb5e7e7e2ea344773948f21c2bc9fb3b" class="document"> | |
<div class="subject"></div> | |
<div class="title"><a href="" class="">It has some locations</a></div> | |
<a href="#" class="delete-document">Delete</a> | |
<div class="container"> | |
<div class="authors">Daniel Beilinson</div> | |
<div class="updated-at">updated at 12 days ago</div> | |
</div> | |
</div> | |
<div id="ea7b574b542d2321dae2d265f1ff4fe3" class="document"> | |
<div class="subject"></div> | |
<div class="title"><a href="" class="">Michael Aufreiter</a></div> | |
<a href="#" class="delete-document">Delete</a> | |
<div class="container"> | |
<div class="authors"></div> | |
<div class="updated-at">updated at about 20 hours ago</div> | |
</div> | |
</div> | |
<div id="f3ff7ee386e7cb2c49465ba130a9e40c" class="document"> | |
<div class="subject"></div> | |
<div class="title"><a href="" class="">Mult-Annotation Fixture</a></div> | |
<a href="#" class="delete-document">Delete</a> | |
<div class="container"> | |
<div class="authors"></div> | |
<div class="updated-at">updated at less than a minute ago</div> | |
</div> | |
</div> | |
</div> | |
<div class="actions"><a href="#" class="new-document">Add Document</a></div> | |
</div> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment