Changeset 3696
- Timestamp:
- 07/06/07 02:30:53 (1 year ago)
- Files:
-
- trunk/Plug-Ins/Web Interface/Resources/colloquy.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/highlightsInvertedLarge.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/highlightsInvertedMedium.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/highlightsInvertedSmall.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/highlightsNormalLarge.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/highlightsNormalMedium.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/highlightsNormalSmall.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/iphone/images/backButton.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/iphone/images/backButtonPressed.png (deleted)
- trunk/Plug-Ins/Web Interface/Resources/iphone/images/blueButton.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/iphone/images/blueButtonPressed.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/iphone/images/blueGradient.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/iphone/images/bottomShadow.png (deleted)
- trunk/Plug-Ins/Web Interface/Resources/iphone/images/button.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/iphone/images/buttonPressed.png (deleted)
- trunk/Plug-Ins/Web Interface/Resources/iphone/images/forwardButton.png (deleted)
- trunk/Plug-Ins/Web Interface/Resources/iphone/images/forwardButtonPressed.png (deleted)
- trunk/Plug-Ins/Web Interface/Resources/iphone/images/gradientHighlight.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/iphone/images/header.png (added)
- trunk/Plug-Ins/Web Interface/Resources/iphone/images/person.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/iphone/images/squareBlueButton.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/iphone/iphone.css (modified) (4 diffs)
- trunk/Plug-Ins/Web Interface/Resources/iphone/iphone.js (modified) (1 diff)
- trunk/Plug-Ins/Web Interface/Resources/messagesInvertedLarge.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/messagesInvertedMedium.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/messagesInvertedSmall.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/messagesNormalLarge.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/messagesNormalMedium.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/messagesNormalSmall.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/rowHighlight.png (modified) (previous)
- trunk/Plug-Ins/Web Interface/Resources/smallIcon.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Plug-Ins/Web Interface/Resources/iphone/iphone.css
r3693 r3696 33 33 box-sizing: border-box; 34 34 background-color: rgb(111, 135, 168); 35 border-top: 1px solid rgb(179, 186, 201); 36 border-bottom: 1px solid rgb(73, 95, 144); 37 background-image: url(images/gradientHighlight.png); 35 border-bottom: 1px solid rgb(45, 54, 66); 36 background-image: url(images/header.png); 38 37 background-repeat: repeat-x; 39 -webkit-background-size: 100%;40 38 color: white; 41 39 font-size: 20px; … … 49 47 position: absolute; 50 48 font-weight: bold; 51 line-height: 2 8px;52 top: 6px;53 border-width: 0 8px 0 8px;54 -webkit-border-image: url(images/button.png) 0 8 0 8;55 height: 29px;56 max-height: 29px;57 min-height: 29px;49 line-height: 29px; 50 top: 7px; 51 border-width: 0 5px 0 5px; 52 -webkit-border-image: url(images/button.png) 0 5 0 5; 53 height: 31px; 54 max-height: 31px; 55 min-height: 31px; 58 56 min-width: 32px; 59 57 font-size: 12px; 60 58 text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0; 61 59 font-weight: bold; 62 line-height: 28px;60 line-height: 30px; 63 61 color: white; 64 62 z-index: 100; 65 right: 6px;63 right: 5px; 66 64 -webkit-box-sizing: border-box; 67 65 box-sizing: border-box; … … 87 85 .back { 88 86 position: absolute; 89 border-width: 0 8px 0 14px;87 border-width: 0 5px 0 14px; 90 88 min-width: 20px; 91 height: 3 0px;92 -webkit-border-image: url(images/backButton.png) 0 80 14;89 height: 31px; 90 -webkit-border-image: url(images/backButton.png) 0 5 0 14; 93 91 font-size: 12px; 94 92 text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0; 95 93 font-weight: bold; 96 line-height: 2 8px;97 top: 6px;94 line-height: 29px; 95 top: 7px; 98 96 left: 120px; 99 97 padding: 0 3px 0 2px; … … 104 102 } 105 103 106 .forward {107 position: absolute;108 border-width: 0 14px 0 8px;109 min-width: 20px;110 height: 30px;111 -webkit-border-image: url(images/forwardButton.png) 0 14 0 8;112 font-size: 12px;113 text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;114 font-weight: bold;115 line-height: 28px;116 top: 6px;117 right: 6px;118 padding: 0;119 color: white;120 z-index: 100;121 opacity: 0;122 display: none;123 }124 125 104 .header .button.action { 126 -webkit-border-image: url(images/squareBlueButton.png) 0 8 0 8; 105 -webkit-border-image: url(images/squareBlueButton.png) 0 5 0 5; 106 padding: 0 5px 0 5px; 127 107 } 128 108 trunk/Plug-Ins/Web Interface/Resources/iphone/iphone.js
r3692 r3696 406 406 this.panelElement.style.left = document.body.offsetWidth + "px"; 407 407 408 var animations = [{element: Colloquy.backElement, end: {left: 6, opacity: 1}},408 var animations = [{element: Colloquy.backElement, end: {left: 5, opacity: 1}}, 409 409 {element: Colloquy.joinElement, end: {opacity: 0}}, 410 410 {element: Colloquy.colloquyTitleElement, end: {left: 0, opacity: 1}}, 411 {element: Colloquy.mainTitleElement, end: {left: (-document.body.offsetWidth / 2) + (Colloquy.backElement.offsetWidth / 2), top: 6, "font-size": 12, "line-height": 28}},411 {element: Colloquy.mainTitleElement, end: {left: (-document.body.offsetWidth / 2) + (Colloquy.backElement.offsetWidth / 2), top: 7, "font-size": 12, "line-height": 28}}, 412 412 {element: Colloquy.colloquiesElement, end: {left: -document.body.offsetWidth - 1}}, {element: this.panelElement, end: {left: 0}}]; 413 413
