mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-13 02:17:55 +01:00
mindmapExport css bug fixing
This commit is contained in:
parent
687657bab3
commit
400f3963f5
@ -126,9 +126,3 @@ div#headerActions {
|
||||
div#headerActions a:hover, div#headerActions a:active, div#headerActions a:link, div#headerActions a:visited {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#dialogMainForm label
|
||||
{
|
||||
font-weight:normal;
|
||||
display: block;
|
||||
}
|
||||
|
@ -71,7 +71,7 @@
|
||||
</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
<div id="exportInfo">
|
||||
<div id="exportInfo" style="margin-top: 19px;">
|
||||
<span class="label label-danger">Warning</span> <spring:message code="EXPORT_FORMAT_RESTRICTIONS"/>
|
||||
</div>
|
||||
|
||||
@ -83,6 +83,15 @@
|
||||
font-size: 160%;
|
||||
color: #8e9181;
|
||||
}
|
||||
|
||||
#dialogMainForm label {
|
||||
font-weight:normal;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#dialogMainForm label strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user