mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-22 07:52:36 +00:00
34eb8562c6
Copyright notice update for hotfix branch Changes: - Year - Double spaces - Brand fix for SalesAgility Ltd. (was Salesagility Ltd) Created from latest hotfix branch.
16 lines
303 B
CSS
16 lines
303 B
CSS
/*
|
|
* @author SalesAgility Ltd <support@salesagility.com>
|
|
* Date: 15/01/14
|
|
* Time: 09:14
|
|
*/
|
|
|
|
.tweet {
|
|
border-bottom: 0 none;
|
|
border-radius: 0;
|
|
border-top: 1px solid #E8E8E8;
|
|
cursor: default;
|
|
font-size: 12px;
|
|
min-height: 32px;
|
|
padding: 9px 15px 12px;
|
|
padding-top: 20px;
|
|
} |