mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Update styles to material design to match Android client (first pass)
This commit is contained in:
@@ -8,39 +8,39 @@
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href='/favicon.ico' rel='shortcut icon'>
|
||||
<link href="/stylesheets/normalize.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/stylesheets/manifest.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/components/bootstrap-tagsinput/dist/bootstrap-tagsinput.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/stylesheets/index.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body class='signal index' data-name="curve25519" data-tools="pnacl" data-configs="Debug Release" data-path="nacl/pnacl/{config}">
|
||||
<div class='title-bar' id='header'>Settings and whatever</div>
|
||||
<ul id='conversation-container'>
|
||||
|
||||
</ul>
|
||||
|
||||
<div class="bottom-bar">
|
||||
<button>Attachments</button>
|
||||
<form class='send'>
|
||||
<input class='send-message' rows='6' type='textarea'>
|
||||
<div class='attachments'>
|
||||
<input type='file' name='files[]' multiple class='file-input'>
|
||||
</div>
|
||||
</form>
|
||||
<button>Send</button>
|
||||
<body class='signal' data-name="curve25519" data-tools="pnacl" data-configs="Debug Release" data-path="nacl/pnacl/{config}">
|
||||
<div class='title-bar' id='header'>
|
||||
<button>●</button>
|
||||
</div>
|
||||
|
||||
<script type='text/x-tmpl-mustache' id='message'>
|
||||
<li>
|
||||
<img class="avatar" src="#" alt="">
|
||||
<div class="bubble {{ bubble_class }}">
|
||||
<p class="content">{{ message }}</p>
|
||||
<p class="sender">{{ sender }}</p>
|
||||
<p class="timestamp">{{ timestamp }}</p>
|
||||
</div>
|
||||
</li>
|
||||
<img class="avatar" src="#" alt="">
|
||||
<div class="bubble {{ bubble_class }}">
|
||||
<p class="content">{{ message }}</p>
|
||||
<!--<p class="sender">{{ sender }}</p>-->
|
||||
<p class="timestamp">{{ timestamp }}</p>
|
||||
</div>
|
||||
</script>
|
||||
|
||||
<div class="bottom-bar">
|
||||
<button class="attachment-btn">●</button>
|
||||
<form class='send'>
|
||||
<input class='send-message' rows='6' type='textarea' placeholder="Send TextSecure message">
|
||||
<!--<div class='attachments'>
|
||||
<input type='file' name='files[]' multiple class='file-input'>
|
||||
</div>-->
|
||||
</form>
|
||||
<button class="send-btn">●</button>
|
||||
</div>
|
||||
|
||||
<div class="settings">
|
||||
Welcome to the settings page!!
|
||||
<a href="#" class="go-back">Go Back?</a>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="js/components.js"></script>
|
||||
|
||||
<script type="text/javascript" src="js/libtextsecure.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user