mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
Change default font style.
This commit is contained in:
parent
ef89c0457b
commit
1df9afda1b
@ -260,7 +260,7 @@ mindplot.widget.Menu = new Class({
|
||||
this._addButton('deleteTopic', true, true, function () {
|
||||
designer.deleteCurrentNode();
|
||||
});
|
||||
this._registerTooltip('deleteTopic', $msg('TOPIC_DELETE'), "Backspace");
|
||||
this._registerTooltip('deleteTopic', $msg('TOPIC_DELETE'), "Delete");
|
||||
|
||||
|
||||
this._addButton('topicLink', true, false, function () {
|
||||
|
@ -1,15 +1,16 @@
|
||||
.palette-panel {
|
||||
/*background: white;*/
|
||||
/*border-color: #CCC #666 #666 #CCC;*/
|
||||
/*border-style: solid;*/
|
||||
/*border-width: 1px;*/
|
||||
cursor: default;
|
||||
font: normal 13px Arial, sans-serif;
|
||||
font: normal 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
margin: 0;
|
||||
outline: none;
|
||||
padding: 4px 0;
|
||||
z-index: 20000;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.palette {
|
||||
|
@ -48,7 +48,8 @@ abbr, acronym {
|
||||
*
|
||||
*/
|
||||
body {
|
||||
font: 13px arial, helvetica, clean, sans-serif;
|
||||
font-size: 13px;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: small;
|
||||
font: x-small;
|
||||
}
|
||||
@ -88,7 +89,7 @@ body * {
|
||||
}
|
||||
|
||||
body {
|
||||
font: normal 80% "trebuchet ms", verdana, arial, helvetica, sans-serif;
|
||||
font: normal 80% "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@ -134,7 +135,7 @@ h1 {
|
||||
}
|
||||
|
||||
h3 {
|
||||
/* use as subhead on main body */
|
||||
/* use as subhead on main body */
|
||||
clear: left;
|
||||
font-style: normal;
|
||||
font-size: 130%;
|
||||
@ -142,7 +143,7 @@ h3 {
|
||||
}
|
||||
|
||||
h4 {
|
||||
/* use as headers in footer */
|
||||
/* use as headers in footer */
|
||||
font-weight: bold;
|
||||
font-size: 120%;
|
||||
border-bottom: 1px solid #8e9181;
|
||||
|
@ -95,5 +95,5 @@ div#embFooter {
|
||||
left: 0;
|
||||
border-top: 1px solid black;
|
||||
background: #E5E5E5;
|
||||
font-family: Arial;
|
||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
}
|
||||
|
||||
#headerToolbar {
|
||||
height: 25px;
|
||||
height: 30px;
|
||||
width: 100%;
|
||||
background-color: #171a17;
|
||||
border-top: 1px solid #999999;
|
||||
@ -31,7 +31,7 @@
|
||||
}
|
||||
|
||||
#headerLogo {
|
||||
margin-top: 13px;
|
||||
margin-top: 18px;
|
||||
height: 80px;
|
||||
width: 160px;
|
||||
background: url("../images/logo-medium.png") no-repeat;
|
||||
|
@ -81,10 +81,11 @@
|
||||
oLanguage:{
|
||||
"sLengthMenu":"<spring:message code="SHOW_REGISTERS"/>",
|
||||
"sSearch":"",
|
||||
"sZeroRecords": "<spring:message code="NO_MATCHING_FOUND"/>",
|
||||
"sZeroRecords":"<spring:message code="NO_MATCHING_FOUND"/>",
|
||||
"sLoadingRecords":"<spring:message code="LOADING"/>",
|
||||
"sInfo":"<spring:message code="TABLE_ROWS"/>",
|
||||
"sEmptyTable":"<spring:message code="NO_SEARCH_RESULT"/>"
|
||||
"sEmptyTable":"<spring:message code="NO_SEARCH_RESULT"/>",
|
||||
"sProcessing":"<spring:message code="LOADING"/>"
|
||||
},
|
||||
bStateSave:true
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user