Need jHTMLArea for notes; border was on too many things; made width a bit wider
svn: r19887
This commit is contained in:
parent
4b0962fcc9
commit
7fe31877f0
@ -15,7 +15,8 @@
|
||||
<link media="print" href="/styles/css/Web_Print-Default.css" type="text/css" rel="stylesheet" />
|
||||
<script type="text/javascript" src="/styles/javascript/jquery-1.3.2.min.js"></script>
|
||||
<script type="text/javascript" src="/styles/javascript/jquery-ui-1.7.2.custom.min.js"></script>
|
||||
|
||||
<script type="text/javascript" src="/styles/jhtmlarea/scripts/jHtmlArea-0.7.0.js"></script>
|
||||
<link rel="Stylesheet" type="text/css" href="/styles/jhtmlarea/style/jHtmlArea.css" />
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@ -27,7 +28,6 @@
|
||||
background: none;
|
||||
}
|
||||
.content {
|
||||
border: 1px solid;
|
||||
padding: 0px 0px 10px;
|
||||
}
|
||||
.browsecell {
|
||||
@ -69,7 +69,7 @@
|
||||
border: 1px solid #7D5925;
|
||||
color: #7D5925;
|
||||
float: left;
|
||||
width: 97%;
|
||||
width: 98%;
|
||||
}
|
||||
.ui-widget-content a {
|
||||
color: #7D5925;
|
||||
|
Loading…
Reference in New Issue
Block a user