Move general CSS to more specific so as not to affect other dialogs

luke/new-guest-access-set-mxid-2
Luke Barnard 2017-05-11 09:42:21 +01:00
parent 98f62d0300
commit ab24994e37
2 changed files with 4 additions and 1 deletions

View File

@ -248,7 +248,6 @@ textarea {
.mx_Dialog_title {
min-height: 16px;
padding-top: 40px;
padding-right: 40px;
font-weight: bold;
font-size: 22px;
line-height: 1.4;

View File

@ -15,6 +15,10 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_SetMxIdDialog .mx_Dialog_title {
padding-right: 40px;
}
.mx_SetMxIdDialog_input_group {
display: flex;
}