Updating UI to cover RHS and the centre channel separately

Этот коммит содержится в:
Asaad Mahmood
2015-08-13 23:33:18 +05:00
родитель 673ca225ca
Коммит 6ca6072f47
4 изменённых файлов: 6 добавлений и 5 удалений

Просмотреть файл

@@ -464,7 +464,7 @@ module.exports = React.createClass({
return ( return (
<div> <div>
<div className='center-file-overlay invisible'> <div className='file-overlay center-file-overlay invisible'>
<div> <div>
<i className="fa fa-upload"></i> <i className="fa fa-upload"></i>
<span>Drop a file to upload it.</span> <span>Drop a file to upload it.</span>

Просмотреть файл

@@ -296,7 +296,7 @@ module.exports = React.createClass({
return ( return (
<div className="post-right__container"> <div className="post-right__container">
<div className='center-file-overlay right-file-overlay invisible'> <div className='file-overlay right-file-overlay invisible'>
<div> <div>
<i className="fa fa-upload"></i> <i className="fa fa-upload"></i>
<span>Drop a file to upload it.</span> <span>Drop a file to upload it.</span>

Просмотреть файл

@@ -24,6 +24,7 @@ body {
height: 100%; height: 100%;
> .row.main { > .row.main {
height: 100%; height: 100%;
position: relative;
} }
} }
> .container-fluid { > .container-fluid {

Просмотреть файл

@@ -106,13 +106,13 @@ body.ios {
} }
} }
.center-file-overlay { .file-overlay {
position: fixed; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.6);
text-align: center; text-align: center;
color: #FFF; color: #FFF;
display: table; display: table;