first commit
This commit is contained in:
5
plugins/annotate/css/Col-black.css
Normal file
5
plugins/annotate/css/Col-black.css
Normal file
@@ -0,0 +1,5 @@
|
||||
.IconNotes {background: url(../../../plugins/annotate/lib/jquery/images/asterisk_yellow.png) no-repeat 140px 5px;}
|
||||
#image-annotate-edit-form {
|
||||
background: #999 none repeat scroll 0 0;
|
||||
border-top: 1px solid #FFFFFF;border-right: 1px solid #AAA;border-bottom: 1px solid #AAA;border-left: 1px solid #AAA;
|
||||
}
|
6
plugins/annotate/css/Col-greyblu.css
Normal file
6
plugins/annotate/css/Col-greyblu.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.IconNotes {background: url(../../../plugins/annotate/lib/jquery/images/asterisk_yellow.png) no-repeat 140px 5px;}
|
||||
#image-annotate-edit-form {
|
||||
background: #B5C3D4 none repeat scroll 0 0;
|
||||
border-top: 1px solid #FFFFFF;border-right: 1px solid #94A7C0;border-bottom: 1px solid #94A7C0;border-left: 1px solid #94A7C0;
|
||||
}
|
||||
|
5
plugins/annotate/css/Col-whitegry.css
Normal file
5
plugins/annotate/css/Col-whitegry.css
Normal file
@@ -0,0 +1,5 @@
|
||||
.IconNotes {background-image: url(../../../plugins/annotate/lib/jquery/images/asterisk_yellow.png) no-repeat;}
|
||||
#image-annotate-edit-form {
|
||||
background: #999 none repeat scroll 0 0;
|
||||
border-top: 1px solid #FFFFFF;border-right: 1px solid #AAA;border-bottom: 1px solid #AAA;border-left: 1px solid #AAA;
|
||||
}
|
42
plugins/annotate/css/style.css
Normal file
42
plugins/annotate/css/style.css
Normal file
@@ -0,0 +1,42 @@
|
||||
#image-annotate-edit-form {
|
||||
border: 1px solid #000000;
|
||||
background: #ffffee none repeat scroll 0 0;
|
||||
}
|
||||
|
||||
.image-actions {
|
||||
background: #000000c4;
|
||||
padding: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
-moz-border-radius-bottomright: 5px;
|
||||
-webkit-border-bottom-right-radius: 5px;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.image-actions a {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
.annotate-view-wrapper {
|
||||
display:table;
|
||||
clear:none;
|
||||
margin: 0px auto;
|
||||
float: left;
|
||||
min-width: 720px;
|
||||
}
|
||||
|
||||
.annotate-view-preview-links {
|
||||
float: right;
|
||||
padding-top: 5px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.image-annotate-canvas {
|
||||
margin: 0 auto;
|
||||
|
||||
}
|
||||
|
||||
.RecordPanelLarge .annotate-view-wrapper {
|
||||
float: none;
|
||||
}
|
Reference in New Issue
Block a user