git add stuff
This commit is contained in:
34
simpla/design/js/tiny_mce/plugins/smeditimage/css/jsmbutton.css
vendored
Normal file
34
simpla/design/js/tiny_mce/plugins/smeditimage/css/jsmbutton.css
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
.jsmbutton {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 10pt;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
color: #445566;
|
||||
height: 34px;
|
||||
line-height: 34px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.jsmbutton .left {
|
||||
background: url('../img/jsmbutton/bg.png') no-repeat;
|
||||
height: 34px;
|
||||
text-indent: 4px;
|
||||
}
|
||||
|
||||
.jsmbutton .right {
|
||||
background: url('../img/jsmbutton/rbg.png') no-repeat;
|
||||
width: 4px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
.jsmbutton .left2 {
|
||||
background: url('../img/jsmbutton/bg_active.png') no-repeat;
|
||||
height: 34px;
|
||||
text-indent: 4px;
|
||||
}
|
||||
|
||||
.jsmbutton .right2 {
|
||||
background: url('../img/jsmbutton/rbg_active.png') no-repeat;
|
||||
width: 4px;
|
||||
height: 34px;
|
||||
}
|
||||
50
simpla/design/js/tiny_mce/plugins/smeditimage/css/smeditimage.css
vendored
Normal file
50
simpla/design/js/tiny_mce/plugins/smeditimage/css/smeditimage.css
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
* {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-family: arial, helvetica, serif;
|
||||
font-size: 10pt;
|
||||
color: #445566;
|
||||
background-color: #f6f9fb;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
input {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 10pt;
|
||||
border: 1px solid #7fa0bc;
|
||||
padding: 2px;
|
||||
color: #445566;
|
||||
}
|
||||
|
||||
select {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 10pt;
|
||||
border: 1px solid #7fa0bc;
|
||||
padding: 1px;
|
||||
color: #445566;
|
||||
}
|
||||
|
||||
table td {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
.button_mouseover {
|
||||
cursor: pointer;
|
||||
border: 2px solid #bccad6;
|
||||
}
|
||||
|
||||
.button_mouseout {
|
||||
cursor: pointer;
|
||||
border: 2px solid #f6f9fb;
|
||||
}
|
||||
|
||||
#main {
|
||||
overflow: auto;
|
||||
padding: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user