added the example text to the google apps auth

This commit is contained in:
Bryan Clark 2010-12-08 15:29:12 -08:00
Родитель fc252f7579
Коммит a01aea29f4
1 изменённых файлов: 9 добавлений и 1 удалений

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

@ -75,7 +75,14 @@
display: block; display: block;
margin: 0 0 7px 0; margin: 0 0 7px 0;
} }
#oauth .subtext {
margin-left: 7px;
color: #666666;
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: 12px;
}
.controls { .controls {
width: 300px; width: 300px;
} }
@ -278,6 +285,7 @@
<input class="boxFlex google" type="hidden" name="end_point_auth_failure" value="/auth.html#oauth_failure"> <input class="boxFlex google" type="hidden" name="end_point_auth_failure" value="/auth.html#oauth_failure">
<button id='submitbtn' type="submit">submit</button> <button id='submitbtn' type="submit">submit</button>
</div> </div>
<span class="subtext">ex: yourappdomain.com</span>
</form> </form>
</div> </div>