additional_plugins/serendipity_plugin_twitter/tweeter/serendipity_event_twitter_tweeter.css
Matthias Mees 3f41d21f6d Fix emitting the twitter timeline header at the wrong place
This was included in the ul, which doesn't make sense. Includes a
necessary CSS fix and makes the markup for that header easier to
adapt to 2.x markup.
2014-05-24 13:56:11 +02:00

68 lines
1.1 KiB
CSS

/*
* You may copy this in your templates root path and edit it
*
*/
#serendipity_admin_tweeter{
width: 400px;
float: left;
}
#tweeeter_charcount{
display:inline;
}
.serendipity_admin_tweeter_header,
#serendipity_admin_tweeter_statuses {
clear:both;
}
#serendipity_admin_tweeter_statuses {
width:400px;
margin:0;
padding:0;
float:left;
list-style:none;
}
#serendipity_admin_tweeter_statuses li.tweeter_line{
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
border-top: 1px solid #e4e4e4;
border-left: 1px solid #e4e4e4;
margin-bottom: 5px;
}
.tweeter_profile_img {
float: left;
padding: 5px;
}
.tweeter_profile_img img {
border: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
border-top: 1px solid #e4e4e4;
border-left: 1px solid #e4e4e4;
padding: 5px;
}
.tweeter_profile_text {
float: right;
width: 310px;
padding: 5px;
}
.tweeter_profile_links {
clear: both;
padding: 5px;
text-align: right;
border-top: 1px solid #ccc;
background: #f5f5f5;
}
#tweeter_tweet, #tweeter_submit{
padding-left:2px;
width:100%;
}