mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-24 15:07:56 +01:00
finishing css bug fixing of custom toolbar items
This commit is contained in:
parent
3eca991285
commit
8bdbdae5c9
@ -110,12 +110,6 @@ ul {
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
font: bold 100%;
|
||||
text-decoration: underline;
|
||||
color: black;
|
||||
}
|
||||
|
||||
a:hover, a:active {
|
||||
font: bold 100%;
|
||||
text-decoration: underline;
|
||||
|
@ -31,7 +31,7 @@ div#footerLogo {
|
||||
height: 56px;
|
||||
position: absolute;
|
||||
display: list-item;
|
||||
list-style-image: url(../images/logo-small.png);
|
||||
list-style-image: url(../images/logo-xsmall.png);
|
||||
list-style-position: inside;
|
||||
right: 10px;
|
||||
top: -30px;
|
||||
|
@ -53,8 +53,8 @@
|
||||
</form>
|
||||
</div>
|
||||
<label><spring:message code="BLOG_SNIPPET"/></label>
|
||||
<pre id="embedCode"><iframe style="width:600px;height:400px;border: 1px
|
||||
solid black" src="${baseUrl}/c/maps/${mindmap.id}/embed?zoom=1"> </iframe></pre>
|
||||
<textarea disabled style="cursor: text; font-family: monospace;resize: none" class="form-control" id="embedCode"><iframe style="width:600px;height:400px;border: 1px
|
||||
solid black" src="${baseUrl}/c/maps/${mindmap.id}/embed?zoom=1"> </iframe></textarea>
|
||||
</div>
|
||||
|
||||
<div class="tab-pane fade" id="publicUrlTab">
|
||||
|
@ -19,12 +19,6 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#addMessageLink,.btn-group a {
|
||||
padding-left: 20px;
|
||||
color: #428bca;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#roleBtn a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user