Opravy bázových tříd. Toolbar v samostatném souboru.
parent
9abe1ab6a4
commit
202825322a
@ -1,5 +1,5 @@
|
||||
jdbc.driverClassName=com.mysql.jdbc.Driver
|
||||
jdbc.dialect=org.hibernate.dialect.MySQLDialect
|
||||
jdbc.databaseurl=jdbc:mysql://127.0.0.1:3306/isspst
|
||||
jdbc.databaseurl=jdbc:mysql://127.0.0.1:3306/isspst?characterEncoding=utf8
|
||||
jdbc.username=root
|
||||
jdbc.password=xsacfgd
|
@ -0,0 +1,51 @@
|
||||
.nicebutton {
|
||||
font-family: Arial;
|
||||
color: #050005;
|
||||
font-size: 12px;
|
||||
padding-top: 3px;
|
||||
padding-right: 10px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 10px;
|
||||
margin: 4px;
|
||||
text-decoration: none;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
-webkit-box-shadow: 0px 1px 3px #666666;
|
||||
-moz-box-shadow: 0px 1px 3px #666666;
|
||||
box-shadow: 0px 1px 3px #666666;
|
||||
text-shadow: 1px 1px 2px #666666;
|
||||
border: solid #8abaed 1px;
|
||||
background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#efefef));
|
||||
background: -moz-linear-gradient(top, #ffffff, #efefef);
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#efefef);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#efefef);
|
||||
display:inline-block; /* IE is so silly */
|
||||
}
|
||||
.nicebutton:hover {
|
||||
background: #c5e8fa;
|
||||
}
|
||||
.nicebutton:disabled {
|
||||
font-family: Arial;
|
||||
color: #c4c4c4;
|
||||
font-size: 12px;
|
||||
padding-top: 3px;
|
||||
padding-right: 10px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 10px;
|
||||
margin: 5px;
|
||||
text-decoration: none;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
-webkit-box-shadow: 0px 1px 3px #666666;
|
||||
-moz-box-shadow: 0px 1px 3px #666666;
|
||||
text-shadow: 0px 0px 0px #9e9e9e;
|
||||
box-shadow: 0px 1px 3px #666666;
|
||||
border: solid #d91c71 0px;
|
||||
background: #ebebeb;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: red;
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 719 B |
Loading…
Reference in New Issue