badboll
git-svn-id: svn://svn.dsv.su.se/scipro/scipro/trunk@482 73ecded7-942e-4092-bab0-0e58ef0ee984
This commit is contained in:
parent
baed5a225c
commit
5ad8be56e1
src/main
@ -26,7 +26,7 @@
|
||||
<script type="text/javascript" src="js/jquery-ui-1.8.10.custom.min.js"></script> -->
|
||||
</head>
|
||||
<body>
|
||||
<div id="ajax-loader" style="display: none;"><span>Loading...</span></div>
|
||||
<div id="ajax-loader" style="display: none;"><img src="images/ajax-loader.gif" class="ajax-loader-image" alt="" /></div>
|
||||
<div wicket:id="systemNotice" id="system-notice"></div>
|
||||
<div class="container">
|
||||
<wicket:child />
|
||||
|
@ -389,15 +389,21 @@ tr.unread-message-table-row > td {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 80px;
|
||||
height: 16px;
|
||||
background-color: #c70000;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
/*background-color: #c70000;*/
|
||||
color: #fff;
|
||||
padding: 2px;
|
||||
font-weight: bold;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
img.ajax-loader-image {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.connectedSortable {
|
||||
cursor: move;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user