additional_plugins/serendipity_event_adminnotes/notes.css

10 lines
143 B
CSS
Raw Normal View History

2011-12-13 12:29:05 +01:00
.serendipity_note {
width: 50%;
2016-10-24 10:46:18 +02:00
border: 1px solid #000;
2011-12-13 12:29:05 +01:00
margin: 5px;
padding: 5px;
}
.note_new {
2016-10-24 10:46:18 +02:00
background-color: #0f0;
}