mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Restyle personals, attempt #2.
(imported from commit a8bdf6ad1d7e3dd24b8d42b0f46472ba2db15900)
This commit is contained in:
@@ -72,11 +72,8 @@
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="2" class="zephyr_newstyle_class personal-message">
|
||||
Huddle
|
||||
</td>
|
||||
<td class="zephyr_newstyle_instance personal-message">
|
||||
<input type="text" class="zephyr_recipient_box" name="recipient" id="recipient" value="" placeholder="with one or more of your friends..." autocomplete="off"/>
|
||||
<td colspan="3" class="zephyr_newstyle_pm">
|
||||
Huddle with <input type="text" class="zephyr_recipient_box" name="recipient" id="recipient" value="" placeholder="one or more of your friends..." autocomplete="off"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@@ -16,10 +16,8 @@
|
||||
</tr>
|
||||
{{else}}
|
||||
<tr>
|
||||
<td colspan="2" class="zephyr_label_clickable zephyr_newstyle_class personal-message"
|
||||
onclick="select_zephyr_by_id({{id}}); narrow_by_recipient();">Huddle</td>
|
||||
<td class="zephyr_label_clickable zephyr_newstyle_instance personal-message"
|
||||
onclick="select_zephyr_by_id({{id}}); narrow_by_recipient();">{{display_reply_to}}</td>
|
||||
<td colspan="3" class="zephyr_label_clickable zephyr_newstyle_pm"
|
||||
onclick="select_zephyr_by_id({{id}}); narrow_by_recipient();">Huddle with {{display_reply_to}}</td>
|
||||
</tr>
|
||||
{{/if}}
|
||||
{{/include_recipient}}
|
||||
|
@@ -74,6 +74,7 @@ td.pointer {
|
||||
text-align: right;
|
||||
padding-right: 10px;
|
||||
padding-top: 5px;
|
||||
min-width: 80px;
|
||||
}
|
||||
|
||||
.zephyr_newstyle_class {
|
||||
@@ -100,16 +101,16 @@ td.pointer {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.zephyr_newstyle_class.personal-message {
|
||||
background-color: lightgreen;
|
||||
border-color: black;
|
||||
border-width: 2px;
|
||||
}
|
||||
|
||||
.zephyr_newstyle_instance.personal-message {
|
||||
background-color: lightgreen;
|
||||
border-color: black;
|
||||
border-width: 2px;
|
||||
.zephyr_newstyle_pm {
|
||||
vertical-align: middle;
|
||||
text-align: left;
|
||||
overflow-x: hidden;
|
||||
padding-left: 10px;
|
||||
white-space: nowrap;
|
||||
font-weight: bold;
|
||||
background-color: black;
|
||||
color: white;
|
||||
border: 2px solid black;
|
||||
}
|
||||
|
||||
.messagebox.personal-message {
|
||||
@@ -275,7 +276,7 @@ textarea:focus {
|
||||
}
|
||||
|
||||
input.zephyr_recipient_box {
|
||||
width: 90%;
|
||||
width: 80%;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user