edgware/edgware/static/css/files/browse.css
2011-07-10 06:35:49 +05:30

40 lines
495 B
CSS

#browseWrapper {
padding: 18px 0 18px 100px;
overflow: auto;
}
#browsePublicationsleft {
width: 25%;
font-size: 14px;
float:left;
overflow: hidden;
}
#browseArticlesright {
width: 30%;
font-size: 14px;
float:left;
margin-left: 40px;
}
h5 {
font-size: 16px;
font-weight: bold;
margin-top:0px;
margin-bottom: 12px;
}
#iframePreview {
overflow-x: hidden;
overflow-y: scroll;
border: 0;
}
.articleItem {
cursor: pointer;
}
.selectedArticle {
background-color: #f4f3ba;
}