diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-25 15:14:20 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-25 15:14:20 -0800 |
commit | 192e85ffa45916ea631ac3c2c59dc264249f537e (patch) | |
tree | b24e8610a19ec757ae4e44a1ab5b914dc87312d1 /view/theme | |
parent | b33420179712c0ba5dce484e63e7a9a0201daab1 (diff) | |
parent | 3ea84d7eab20947ac52dc7e6c205252f0a76c047 (diff) | |
download | volse-hubzilla-192e85ffa45916ea631ac3c2c59dc264249f537e.tar.gz volse-hubzilla-192e85ffa45916ea631ac3c2c59dc264249f537e.tar.bz2 volse-hubzilla-192e85ffa45916ea631ac3c2c59dc264249f537e.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 51 |
1 files changed, 2 insertions, 49 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 2fde8fde9..357bb5093 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -857,41 +857,10 @@ nav .acpopup { border-color: #ccc !important; } -.eventcal { - float: left; - font-size: 20px; -} - #event-summary-text { margin-top: 15px; } -.event-wrapper { - width: 400px; - height: auto; - padding: 10px; -} - -.vevent { - max-width: 100%; - margin: 10px; - padding: 10px; - border: 1px solid #CCCCCC; -} - -.vevent .event-summary { - margin: 10px; - font-weight: bold; -} - -.vevent .event-description, .vevent .event-location { - margin-left: 10px; - margin-right: 10px; -} -.vevent .event-start { - margin-left: 10px; - margin-right: 10px; -} #new-event-link { margin-bottom: 10px; @@ -904,29 +873,13 @@ nav .acpopup { margin-bottom: 15px; } -.event-description:before { - content: url('../../../../images/calendar.png'); - margin-right: 15px; -} - -.event-start, .event-end { - margin-left: 10px; - width: 300px; - clear: both; -} - .event-owner img { - padding: 10px; + padding-bottom: 10px; + padding-right: 10px; } .event-buttons { margin-top: 10px; - margin-left: 10px; -} - -.event-start .dtstart, .event-end .dtend { - float: right; - margin-right: 10px; } .event-list-date { |